mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
nextcloud ready for github deployment
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user