Skip to content

AdGuard Home

AdGuard Home (AGH) is used to filter ads and as my DNS rewites (assign hostnames to IP addresses).

I have two instances of AGH running: one as an LXC and one on a bare metal Raspberry Pi 2.

Syncing between the instances are done using AdGuard Home Sync

🛠 Installation

Default Port: 3000

Configuration path: /opt/AdGuardHome

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/adguard.sh)"
bash -c "$(wget -qLO - https://github.com/asylumexp/Proxmox/raw/main/ct/adguard.sh)"

âš™ Config

/opt/AdGuardHome/AdGuardHome.yaml

rewrites:
    - domain: adguard02.l.nicholaswilde.io
      answer: 192.168.3.250

🚀 Upgrade

Upgrading the app is done via the web GUI.

Task List

task: Available tasks for this project:
* decrypt:       Decrypt .env using SOPS
* enable:        Enable service
* encrypt:       Encrypt .env using SOPS
* export:        Export the task list
* init:          Init
* mklinks:       Make client symlinks
* restart:       Resart service
* start:         Start service
* status:        Service status
* stop:          Stop service
* up:            Tun Docker compose in the foreground.
* up-d:          Run Docker compose in the background.
* update:        Update running containers
* upgrade:       upgrade

🔗 References