Manual installation:
wget -S https://github.com/davidjenni/pi-hole-unbound/archive/refs/tags/v0.1.zip -O ~/Downloads/pihole-unbound.zip
unzip ~/Downloads/pihole-unbound.zip
cd pi-hole-unbound-0.1
sudo ./deploy.sh
What's Changed
- fix, breaking: remove explicitly set container names to avoid name conflict by @davidjenni in #10
- add CI with docker compose build and run by @davidjenni in #1
- move unbound healthcheck to compose file by @davidjenni in #2
- Add pihole & Traefik config (latter acts only as http frontend) by @davidjenni in #3
- test run with docker stack on RPi 5 by @davidjenni in #4
- bug: fix prod env to use port 53 by @davidjenni in #7
- feat: make all per-site settings configurable via .env file & unbound.d/ files by @davidjenni in #8
Full Changelog: https://github.com/davidjenni/pi-hole-unbound/commits/v0.1