Adguard Home Sync¶
AdGuard Home Sync is used to sync settings between my AdGuard Home instances.
It is installed only on the primary instance and is scheduled to run once a day, which is scheduled in the config file.
Installation¶
Default Port: 8080
Binary path: /usr/local/bin
Config¶
/etc/systemd/system/adguardhome-sync.service
cat > /etc/systemd/system/adguardhome-sync.service <<EOF
[Unit]
Description = AdGuardHome Sync
After = network.target
[Service]
ExecStart = /usr/local/bin/adguardhome-sync --config ${HOME}/git/nicholaswilde/homelab/pve/adguardhome-sync/adguardhome-sync.yaml run
[Install]
WantedBy = multi-user.target
EOF