Add CONF_SYNC_ENABLED to master.conf.template so nightly upgrade doesn't strip it
This commit is contained in:
@@ -128,6 +128,11 @@
|
|||||||
# "abort" — refuse to continue (strict — ensures both sides always match)
|
# "abort" — refuse to continue (strict — ensures both sides always match)
|
||||||
UNRAID_VERSION_MISMATCH_ACTION="warn"
|
UNRAID_VERSION_MISMATCH_ACTION="warn"
|
||||||
|
|
||||||
|
# ── Conf Sync ──
|
||||||
|
# conf_sync.sh pulls partner host confs into /tmp/.vv/ RAM cache on array start and after
|
||||||
|
# any conf save — makes partner vars (HOST2_*, etc.) available without touching git.
|
||||||
|
CONF_SYNC_ENABLED=true
|
||||||
|
|
||||||
# ── Arr Sync ──
|
# ── Arr Sync ──
|
||||||
# arr_sync.sh syncs Lidarr/Sonarr/Radarr libraries across all nodes bidirectionally.
|
# arr_sync.sh syncs Lidarr/Sonarr/Radarr libraries across all nodes bidirectionally.
|
||||||
# Runs before rsync — all nodes agree on tracked library before files are transferred.
|
# Runs before rsync — all nodes agree on tracked library before files are transferred.
|
||||||
|
|||||||
Reference in New Issue
Block a user