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
Configuration path: /opt/adguardhome-sync
Install or Update
Config¶
/etc/systemd/system/adguardhome-sync.service
Enable service
Make symlinks from /opt/adguardhome-sync
to this repo.
Task List¶
task: Available tasks for this project:
* bootstrap: Bootstrap
* decrypt: Decrypt sensitive configuration files using SOPS.
* default: List all available tasks.
* encrypt: Encrypt sensitive configuration files using SOPS.
* export: Export the task list to `task-list.txt`.
* init: Initialize the application's environment and configuration files.
* install: Install
* install-service: Install the application's systemd service.
* restart: Restart the application's systemd service.
* start: Start the application's systemd service.
* stop: Stop the application's systemd service.