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"