Pierre Toulouse
Pierre Toulouse
The proposed setup put everything in the same "top level" folder: 1. The docker-compose file 2. The initial configuration files (authelia, traefik2/rules) 3. The data generated by the containers In...
They are in fact two different things. The cloudflare_email secret is the user account used to connect to cloudflare (which happens to be an email address). The CF_API_EMAIL_FILE and CF_API_KEY_FILE...
> If there is a better way to somehow alias different secrets to the same file without redundant global declarations I'd be interested in that. There is no better way...
As a suggestion, why treat components separatly (with a separate folder)? Taking your red berry tart as an example, the crust is a recipe by itself. You can keep the...
Running it with docker-compose still runs the entrypoint.sh file. I just had the same issue and the problem is that the way the entrypoint is written is an "all or...
What I am saying is that the MYSQL_* and NEXTCLOUD_TRUSTED_DOMAINS are ignored if the NEXTCLOUD_ADMIN_* variables are not set. See [entrypoint.sh](https://github.com/nextcloud/docker/blob/def2eeae13aa576876bfeed979c8b31888331f2c/21.0/apache/entrypoint.sh#L121) at line 121 and down. Also the 4 MYSQL_*...