docker-nextcloud
docker-nextcloud copied to clipboard
All-in-one Nextcloud Docker image. Alpine-based, rootless and simple.
This solution has the limitation that it can't handle the alpine version of the php image. But the alpine version in the php image tag has no patch version number....
I've been troubleshooting this for a couple days now, since upgrading from NC 23.0.8 to 24.0.4. Most of my calendars stopped loading and started throwing the following error: `Allowed memory...
Hi, i was trying to get rid of my clear text secrets in the config.php You by yourself mentioned in the readme, that by default "a lot" can be handled...
Hi, first of all thank you for the awesome image! I tried to setup a fresh installation but ran into an error. Log output: ``` Enabling Snuffleupagus... Starting automatic configuration......
You moved the database check from startup to run.sh. There, you are checking for the variable DB_HOST - if this variable is empty you are defaulting to "nextcloud-db" - the...
Hi, Nextcloud Memories App https://apps.nextcloud.com/apps/memories depends on `shell_exec` function, whose execution is dropped by Snuffleupagus configuration in ghcr.io/hoellen/nextcloud:25 docker image. ``` {"reqId":"kSXRACAVK6v9d1dB9vGU","level":3,"time":"2023-05-08 19:54:11","remoteAddr":"172.17.26.1","user":"XXX","app":"PHP","method":"POST","url":"/settings/apps/enable","message":"[snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function...
Hi @hoellen, what do you think about multi arch builds? This can be done with little effort with github actions and uploaded to ghcr. The downside of this is, that...
Hi @hoellen, what's the intention to build the images weekly (https://github.com/hoellen/docker-nextcloud/blob/master/.github/workflows/build.yml#L9) but also update the normal tags (like the upstream major and minor version)? Some people (like me) are running...
https://docs.nextcloud.com/server/29/admin_manual/installation/nginx.html indicates there has to be one
Hello, In the nextcloud documentation, there are these lines: ```nginx gzip on; gzip_vary on; gzip_comp_level 4; gzip_min_length 256; gzip_proxied expired no-cache no-store private no_last_modified no_etag auth; gzip_types application/atom+xml text/javascript application/javascript...