From fd1c4c7e3a23e36d44d9b3f068cdd2d9d6b14ceb Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 13 Jun 2026 13:30:40 -0400 Subject: [PATCH] Add CONF_SYNC_ENABLED to master.conf.template so nightly upgrade doesn't strip it --- Configurations/master.conf.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Configurations/master.conf.template b/Configurations/master.conf.template index e259ea7..29f6fad 100644 --- a/Configurations/master.conf.template +++ b/Configurations/master.conf.template @@ -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.