Add CONF_SYNC_ENABLED to master.conf.template so nightly upgrade doesn't strip it

This commit is contained in:
Gmer4Lfe
2026-06-13 13:30:40 -04:00
parent ba1259c05c
commit fd1c4c7e3a
+5
View File
@@ -128,6 +128,11 @@
# "abort" — refuse to continue (strict — ensures both sides always match)
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.sh syncs Lidarr/Sonarr/Radarr libraries across all nodes bidirectionally.
# Runs before rsync — all nodes agree on tracked library before files are transferred.