docker
docker copied to clipboard
⛴ Docker image of Nextcloud
Related to #2303 Added two examples, renamed the apps to custom_apps and added a note on mixing the apps and custom apps folder. I might put some comments in the...
Absolute redirect should be disabled. Currently, it only works by chance because the `web` container is listening on port 80. If you try to change the port to something like...
Fixes #1241 Fixes #1851
At a minimum whatever volumes one has placed `/var/www/html` + `/var/www/html/apps` + `/var/www/html/custom_apps` on needs to be available to the web/frontend. Magically taken care of if **not** using additional volumes...
Fixes #2317 Fixes #2053 Fixes #1288 We preserve the environment - because we need it - when executing commands: https://github.com/nextcloud/docker/blob/d03da64ac80d534c1b0ec69da3e6ddcc6af282a6/30/apache/entrypoint.sh#L14-L20 This doesn't cause issues typically, but since `$HOME` is carried...
This issue only occurs on upgrade, normal nextcloud operation works fine. My setup is that i use Postgres sslmode=require, which means that SSL needs to be used, but the certificate...
This PR does two things: * Adds a new environment variable (`IMAGE_DEBUG`) that toggles on a verbose/debug mode for key image functions (entrypoint, install, rsync) * Adjusts the retry output...
Folks; It is an inconvenience to have to remove / reinstall nextcloud to change NEXTCLOUD_TRUSTED_DOMAINS via environment variables. If extra config is done by altering config/config.php, changes are lost on...
This change allows to set environment variable APACHE_PORT in order to change the Apache port. My motivation is using the image inside Kubernetes running it as non-root user which requires...
See whether it's feasible to enable autocompletion for `occ` within the image: https://docs.nextcloud.com/server/latest/admin_manual/occ_command.html#enabling-autocompletion There are some hurdles, such as needing `bash-complete` + the `www-data` profile/nologin usage