18 lines
635 B
Markdown
18 lines
635 B
Markdown
# Serenity Pi-hole / Unbound / Keepalived Replica
|
|
|
|
- **Repo stack path:** `/home/fizzlepoof/repos/truenas-stacks/pihole/serenity`
|
|
- **Suggested live stack path:** `/boot/config/plugins/compose.manager/projects/pihole-ha`
|
|
- **Node role:** Serenity backup / BACKUP1
|
|
- **Historical VIP target:** `10.5.30.53/24`
|
|
- **LAN interface:** `br0`
|
|
|
|
Status: historical reference only. Serenity's Pi-hole replica was previously cleaned up, and the overall Pi-hole HA path is now retired in favor of Technitium.
|
|
|
|
Bring-up:
|
|
|
|
```bash
|
|
cd /boot/config/plugins/compose.manager/projects/pihole-ha
|
|
cp .env.example .env
|
|
bash bin/prepare_serenity.sh --up
|
|
```
|