Files
Varaverk/Configurations
Gmer4Lfe 0564580605 Make PARTNERSHIP_ENABLED the authoritative gate for all cross-server operations
Adds require_partnership() to common.sh — exits cleanly when PARTNERSHIP_ENABLED=false.
Removes FALLBACK_PARTNERSHIP_REQUIRED toggle — partnership is now always required,
not optional. Cross-server scripts (rsync, conf sync, fallback, arr sync, play state,
backup verify) all call require_partnership after detect_hosts.
2026-06-19 18:27:41 -04:00
..

Configurations/

Runtime home for the live conf files. These are gitignored — never committed.

File Source
master.conf Seeded from Deployment/master.conf.template on first install
host1.conf Seeded from Deployment/host.conf.template on first install
host2.conf Seeded from Deployment/host.conf.template on first install

Templates and tooling live in Deployment/:

  • Deployment/host.conf.template — canonical template for new host confs
  • Deployment/master.conf.template — canonical template for master.conf
  • Deployment/conf_upgrade.sh — merges schema changes into existing confs
  • Deployment/conf_populate.sh — auto-detects and fills arr keys on first run