Sync template: add auth stack health URL examples and HOSTN_STORAGE_PATH
This commit is contained in:
@@ -98,8 +98,9 @@
|
|||||||
# Convention: /root/.ssh/<hostname-lowercase-no-unraid-prefix>_rsync_automation
|
# Convention: /root/.ssh/<hostname-lowercase-no-unraid-prefix>_rsync_automation
|
||||||
# Must be in /root/.ssh/ and authorised in the partner's /root/.ssh/authorized_keys.
|
# 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.
|
# 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_SSH_KEY="" # e.g. /root/.ssh/myserver_rsync_automation
|
||||||
HOSTN_OWNER="" # short identifier for this server (e.g. myserver)
|
HOSTN_STORAGE_PATH="/mnt/user"
|
||||||
|
HOSTN_OWNER="" # short identifier for this server (e.g. myserver)
|
||||||
HOSTN_OWNER_EMAIL=""
|
HOSTN_OWNER_EMAIL=""
|
||||||
|
|
||||||
# ━━━ Unraid API ━━━
|
# ━━━ Unraid API ━━━
|
||||||
@@ -319,6 +320,10 @@
|
|||||||
# HTTP health check URLs — checked every cycle.
|
# HTTP health check URLs — checked every cycle.
|
||||||
declare -A HOSTN_WATCHDOG_CONTAINER_URLS=(
|
declare -A HOSTN_WATCHDOG_CONTAINER_URLS=(
|
||||||
# ["Emby"]="http://localhost:8096"
|
# ["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"
|
# API-level health checks. Format: ["ContainerName"]="url|expected_json_key|expected_value"
|
||||||
|
|||||||
Reference in New Issue
Block a user