Major rewrite of scripts/docker-setup.sh (v5.0)

This commit is contained in:
2026-02-19 11:12:39 +01:00
parent 00c668fc92
commit 5d993b66a2
2 changed files with 500 additions and 235 deletions
+3 -4
View File
@@ -29,8 +29,7 @@ infrastructure:
paths:
stacks_dir: "/opt/docker/stacks" # Where compose files live
data_dir: "/opt/docker/felhom-controller/data"
system_data_path: "/mnt/sys_drive" # NVMe/system drive mount — fallback for apps without HDD
hdd_path: "" # DEPRECATED: use Settings > Adattárolók instead. Fallback only for auto-discovery.
system_data_path: "/mnt/sys_drive" # Mount point of user-data partition on system drive (e.g., /mnt/sys_drive)
# --- System ---
system:
@@ -99,9 +98,9 @@ monitoring:
# --- Central hub (operator dashboard) ---
hub:
enabled: false # Enable central reporting
enabled: true # Enable central reporting
url: "https://hub.felhom.eu" # Hub API endpoint
api_key: "" # Shared secret for authentication
api_key: "094091de545ce28795c47ac2158fc30750db5c24a621c49329b001ee8db57fb8" # Shared secret for authentication
push_interval: "15m" # How often to push reports
# --- Self-update ---