nextcloud ready for github deployment

This commit is contained in:
jonas@geiger-natur.de
2026-01-06 17:17:29 +01:00
parent 373ff01e8d
commit 8d30c5758d

View File

@@ -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. Enable `External storage support` and create a new external storage in the admin-settings.