docker
docker copied to clipboard
⛴ Docker image of Nextcloud
[Bug]: Existing directories deleted from /var/www/html PV when deploying docker image on kubernetes
### ⚠️ 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...
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...
## 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...
### ⚠️ 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...
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...
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.
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...
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?...
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.
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 @@...