Valentin Day

Results 14 comments of Valentin Day

Note: This is a regression that has been introduced in Strapi v4.3.x, it was working without this folder in the previous versions (was OK until 4.2.3)

Hi @Ferroin, It seems fixed on v1.36.1. The displayed version is correct and the kickstarter script is working as expected. Thank you :-)

Hi @githubsaturn, Do you plan to make this change in a future release ? I would like to use appToken deployment in my CI/CD but I really need to know...

How do you send the built artifact ? The only solution I see is to use a Docker registry, this is something I prefer to avoid. And I like the...

IMHO, for simple usecases like deploying static apps ([as describe here](https://caprover.com/docs/recipe-deploy-create-react-app.html)), using a registry adds a lot of overhead. If you don't want to make this change for security concerns,...

There is already an existing option with docker or docker-compose 2.0 to add a user to a group, see https://docs.docker.com/engine/reference/run/#additional-groups

Can you really do it by default ? I'm not a docker expert, but how can you be sure that the dialout gid from the image will be the same...

In my opinion, I prefer to let users do the mapping themself between things from the OS and things from the container. But adding dialout as a secondary group seems...

> We also faced this issue in gitlab-ci pipeline. The first problem we encountered was related to the `null_resource.archive[0] must be replaced` which the fix was provided in FAQ section...

Here's my version (nginx + php-fpm) : https://framagit.org/colibris-xyz/phpmyadmin-docker Very simple, built on top of the official image, automatically updated. Currently there is only linux/amd64 support but I can add other...