Files
Varaverk/Configurations
Gmer4Lfe fbe6a54e41 Fix three image cleanup gaps: weekly restart prune, mode-aware rebuild error, monthly orphan sweep
docker_weekly_restart.sh was missing the trailing dangling prune that daily_restart has.
docker_update.sh rebuild failure message always named docker_daily_restart.sh regardless of mode.
docker_prune_images.sh --all added to monthly — the only scheduled path that removes tagged orphan images.
2026-06-25 21:37:20 -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