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

@@ -2,7 +2,7 @@
# === CONFIGURATION ===
TOKEN="TOKEN"
DOMAINS=("auth" "vault")
DOMAINS=("auth" "vault" "storage")
LOG_DIR="$(cd "$(dirname "$0")" && pwd)"
LOG_FILE="$LOG_DIR/duck.log"