Describe your feature request
Provide a mechanism to configure the database userpassword from a docker secret
Currently, the prescribed mechanism to convey the database user credentials to containerized chevereto is via a docker envvar.
While this works well enough, as MySQL supports the...
I have successfully built my own V3 docker image from the repository https://github.com/chevereto/v3-docker-production. From my initial testing, all seems to work very well and I can see the data volumes for storage and databases.
Where I have failed is on the bulk-importing, I cannot see where...
to tell the chevereto docker container that it's being proxied and to use it instead of ... 'localhost:8830'?
▶ Reproduction steps
I am running the httpd-php.yaml docker-compose file per this guide (however I'm using portainer to deploy it as a stack with my existing sql container)
I have...
It's a bit tricky to use nmtan/chevereto:installer with the docker hub instruction. Because when docker container down and up, the html data is gone.
So, you need to mount "/var/www/html" not "/var/www/html/images".
first of all, my server runs with debian buster and chevereto docker compose...