From 8d30c5758df0291db1e92a21bb1679b2dfc55b18 Mon Sep 17 00:00:00 2001 From: "jonas@geiger-natur.de" Date: Tue, 6 Jan 2026 17:17:29 +0100 Subject: [PATCH] nextcloud ready for github deployment --- projects/nextcloud/README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/projects/nextcloud/README.md b/projects/nextcloud/README.md index c23c656..d20fe8e 100644 --- a/projects/nextcloud/README.md +++ b/projects/nextcloud/README.md @@ -1,9 +1,38 @@ +# [nextcloud](https://nextcloud.com) +## nextcloud +I recommend using the `nextcloud-aio` template as a basis. -## Apps +### General -### External storage support +- Compose Path: `./projects/nextcloud/docker-compose.yml` + +### Environment + +- NEXTCLOUD_DOMAIN: +- MYSQL_SECRET_PASSWORD: +- MYSQL_SECRET_PASSWORD_ROOT: + +### Domains + +- Service Name: `nextcloud` +- Container Port: `80` +- HTTPS: `true` +- Certificate Provider: `Let's Encrypt` + +### Volume Backups + +- Task Name: `db` +- Schedule `0 0 * * *` +- Service Name: `nextcloud_db` +- Volume: `nextcloud-nextcloudaio-xxx` +- Keep Latest Backups: `7` +- Enabled: true + +### Apps (nextcloud-intern) + +#### External storage support Enable `External storage support` and create a new external storage in the admin-settings.