ABOUT
Synchronize AdGuardHome config to one or multiple replica instances. Syncs General Settings, Filters, Rewrites, Services, Clients, DNS Config, DHCP Config and Theme.
infoEdit /opt/adguardhome-sync/adguardhome-sync.yaml to configure your AdGuardHome instances
infoOrigin = Primary instance, Replicas = Instances to sync to
infoUpdate with: update_adguardhome-sync
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/opt/adguardhome-sync/adguardhome-sync.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/tools/addon/adguardhome-sync.sh'; sha='45b9f2a0df7bad7347804d6930b897de6ace8443edbebf7606ca867b4ca56df5'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path tools/addon/adguardhome-sync.shSHA-256 45b9f2a0df7bad7347804d6930b897de6ace8443edbebf7606ca867b4ca56df5 alpineAlpine 3.24
Approved locallyConfig path/opt/adguardhome-sync/adguardhome-sync.yaml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/tools/addon/adguardhome-sync.sh'; sha='45b9f2a0df7bad7347804d6930b897de6ace8443edbebf7606ca867b4ca56df5'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path tools/addon/adguardhome-sync.shSHA-256 45b9f2a0df7bad7347804d6930b897de6ace8443edbebf7606ca867b4ca56df5 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.