feat: Add Nextcloud service to homelab setup

This commit is contained in:
2025-11-15 23:36:26 +02:00
parent 7ad966014e
commit 26f0d7f5f4
4 changed files with 48 additions and 6 deletions

View File

@@ -39,3 +39,26 @@
reverse_proxy 2fauth:8000
}
# ===========================
# Nextcloud
# ===========================
{$STORAGE_DOMAIN} {
log {
level INFO
output file {$LOG_FILE} {
roll_size 10MB
roll_keep 10
}
}
tls {
dns duckdns {$DUCKDNS_TOKEN}
}
encode zstd gzip
reverse_proxy nextcloud:80
}