docker
docker copied to clipboard
⛴ Docker image of Nextcloud
### ⚠️ 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...
I have an existing nextcloud installation, that I want to migrate to nextcloud:fpm docker container. To this end, I am considering the following docker run command, that allows me to...
Quadlet is an opinionated tool for easily running podman system containers under systemd in an optimal way. I have found through this that when `--log-driver=passthrough` is used apache can't start...
SMB
## Documentation There are inconsistencies between the SMB and FULL examples examples: - https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/smb - https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/full The former appears to be out-dated while the latter appears to better match the...
This sets up a new variant for nginx-unit, based on their nginx-unit PHP image and the Nextcloud example in their documentation. Probably related to #1063 - though ths solution is...
It would be great to add support for the notify_push app which is available for Nextcloud 21. Judging from the documentation of the app https://github.com/nextcloud/notify_push#push-server and previous discussions in this...
### ⚠️ 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...
I just spent 1 hour googling and experimenting with my docker setup because nextcloud container would always use sqlite database no matter what I did. Finally decided to look into...
`occ` and `occ-cron` are simple wrapper scripts allowing server admins (or are they called "container admins" then? :smile:) to easily run `occ` within the container. The `occ` script makes things...
When mounting data folders via External storage option 'local', there is always a permission problem that causes NC to block uploads/writing to those folders. Only when manually loging into the...