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

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...

enhancement
examples
3. to review

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...

enhancement
docs
examples
integration: proxy
cleanup (ignore): subs

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: ![image](https://github.com/user-attachments/assets/b5b2a992-7538-4178-b2a8-8b65983a2371)

bug
docs
1. To develop

### ⚠️ 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...

question
needs info

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...

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

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...

enhancement
feature: auto config (environment variables)
2. developing

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...

meta