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

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
data persistence
needs review

The environment variable from file support is currently very fragmented on the PHP side. https://github.com/nextcloud/docker/blob/31c59aea24f8516f862ca136766168016e840593/.config/autoconfig.php#L9-L37 This is extremely fragile, as it is all or nothing with the `_FILE` environment variables...

enhancement
3. to review
feature: auto config (Docker secrets)
technical debt
needs review

## User Story When using S3-compatible object stores, choosing the storage class for objects is an important consideration. By tailoring the storage class to the application requirements there can be...

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

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug
question
feature: auto config (environment variables)

This update has some flaw with the upgrade where rsync is hung indefinitely. Exec into the pod and only these processes are running: ``` root@nextcloud-server-5f8cb45955-ss5rk:/var/www/html# ps aux USER PID %CPU...

bug
k8s/helm/etc
data persistence
feature: upgrading
needs review

This would optimise upload delays that happen when moving files between volumes. It will also prevent filling the docker volume when attempting to upload a file larger than it.

enhancement
upstream
needs review

The official nextcloud fpm image is great but it does not support mounting to a sub directory. It took me two long days to find this trick, record here for...

question
needs info
integration: proxy

Hi, and thanks for all the good work! I was wondering why the `data` folder is located inside `var/www/html`, when this is not the recommended practice according to the docs?...

question
wontfix
data persistence

Usernames are part of credentials and are therefore also secrets. Add an env var `SMTP_NAME_FILE` so that `SMTP_NAME` can be used with Docker secrets.

enhancement
feature: auto config (Docker secrets)
needs review

Hi, when using the Alpine image, the diff regarding the disabled apps on upgrade always stays empty. This is due to output of busybox-diff: ``` --- list_before +++ list_after @@...

bug
feature: upgrading
good first issue
1. To develop
image: alpine