docker
docker copied to clipboard
⛴ Docker image of Nextcloud
A separate image is currently being built for the nginx proxy (service name: web). According to my information, this is not necessary, but even counterproductive Why? * The image does...
Updated migration steps with some more info
There's a distinction between a subfolder *installation* of Nextcloud (i.e. somewhere under the docroot) and merely making Nextcloud reachable via a subfolder style URL (https://domain.tld/nextcloud). The former is not something...
Added the ability to customize PHP OPcache configuration. Default values have been set to environment variables that can be overridden.
Currently it gives the impression these are specific to the Apache image: 
### ⚠️ 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...
Needed for reverse proxy configuration to show the real IP (especially needed for helm https://github.com/nextcloud/helm/pull/613) Also defined here: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies
Adds missing S3 related environment variables. Fixes #2270 Per the [docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3) here's the missing supported S3 parameters: - `concurrency` defaults to 5 [Note: This defines the maximum number of concurrent...
Hi nextcloud/docker friends! There's a few env vars that would be nice to set via the docker image. Per the [docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3) here's the missing env vars: - `concurrency` defaults to...
With the new [json based config builder](https://github.com/nextcloud-releases/updater_server/blob/master/build/README.md ) introduced for Server's updater_server in nextcloud-releases/updater_server#1053 we are closer to being able to more easily detect upstream deploy % changes for the...