docker
docker copied to clipboard
⛴ Docker image of Nextcloud
https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html The docs has `~ \.(otf|woff2?)$` there
Counterpart to #2298 for postgres examples. Closes #1764
According to the documentation, both `OBJECTSTORE_S3_SSL` and `OBJECTSTORE_S3_AUTOCREATE` should default to `true`. Currently, when these environment variables are not set, they default to `false`. (Closes https://github.com/nextcloud/docker/issues/2308). This fix works, because...
The documentation for `OBJECTSTORE_S3_SSL` states that it defaults to `true`: > (default: true): Whether or not SSL/TLS should be used to communicate with object storage server I would assume, not...
Two somewhat related problems: One, I can't explain why, but I've lost count of the number of people that use mounted hosted directories (bind mounts) while configuring *Additional volumes* for...
Currently, there is no support for adding dbindex config value ($CONFIG['redis']['dbindex']) within compose file. Even in manually updating or setting the value for a container, the changes aren't applied. This...
The opening paragraphs for [Persistent Storage in the README](https://github.com/nextcloud/docker?tab=readme-ov-file#persistent-data) are somewhat misleading unless you already know what anonymous (unnamed) volumes are and their implications. It almost sounds like you don't...
We'd like to bundle custom apps into the image by extending it. However, we ran into issues when we want to push an update to an app in the image...
I think i may have found the bug, I am running: nextcloud:31.0.6-fpm It's running in my kubernetes cluster on aarch64 machines, deployed via the official helm [chart](https://artifacthub.io/packages/helm/nextcloud/nextcloud). it's been running...
### Steps to reproduce 1. Set your system and browser to language=German and locale=Germany 2. Open the Calendar app with Firefox desktop 3. Create a new event ### Expected behavior...