docker icon indicating copy to clipboard operation
docker copied to clipboard

⛴ Docker image of Nextcloud

Results 343 docker issues
Sort by recently updated
recently updated
newest added

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...

enhancement
docs
3. to review

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...

bug
examples
3. to review

Fixes #1241 Fixes #1851

enhancement
examples
3. to review
feature: cron

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...

enhancement
docs
examples
1. To develop
variant: fpm

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...

bug
3. to review
feature: auto config (environment variables)
feature: auto config (hooks)

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...

bug
feature: auto config (environment variables)
feature: auto config (hooks)

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...

enhancement
image
3. to review

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...

enhancement
feature: auto config (environment variables)
needs review

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...

wontfix
upstream

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

enhancement
image
priority: low