From 6525b957c6f421187cda9b7e6e34d35932f9ffcd Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 14 Jun 2026 14:22:40 -0400 Subject: [PATCH] Sync template: add auth stack health URL examples and HOSTN_STORAGE_PATH --- Deployment/host.conf.template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Deployment/host.conf.template b/Deployment/host.conf.template index 395c3ee..e708145 100644 --- a/Deployment/host.conf.template +++ b/Deployment/host.conf.template @@ -98,8 +98,9 @@ # Convention: /root/.ssh/_rsync_automation # Must be in /root/.ssh/ and authorised in the partner's /root/.ssh/authorized_keys. # Run Partnership/ssh_setup.sh to generate the key and copy it to the partner. - HOSTN_SSH_KEY="" # e.g. /root/.ssh/myserver_rsync_automation - HOSTN_OWNER="" # short identifier for this server (e.g. myserver) + HOSTN_SSH_KEY="" # e.g. /root/.ssh/myserver_rsync_automation + HOSTN_STORAGE_PATH="/mnt/user" + HOSTN_OWNER="" # short identifier for this server (e.g. myserver) HOSTN_OWNER_EMAIL="" # ━━━ Unraid API ━━━ @@ -319,6 +320,10 @@ # HTTP health check URLs — checked every cycle. declare -A HOSTN_WATCHDOG_CONTAINER_URLS=( # ["Emby"]="http://localhost:8096" + # ["NginxProxyManager"]="http://localhost:7818" + # ["Authelia"]="http://localhost:9091/api/health" + # ["Authelia-Secondary"]="http://localhost:9092/api/health" + # ["Lldap"]="http://localhost:17170" ) # API-level health checks. Format: ["ContainerName"]="url|expected_json_key|expected_value"