Add Doris Schoolhouse and clean pending homelab changes

This commit is contained in:
Fizzlepoof
2026-05-15 21:58:42 +00:00
parent 0e7dd21c66
commit 5c889f108e
60 changed files with 3145 additions and 20 deletions

15
pihole/serenity/README.md Normal file
View File

@@ -0,0 +1,15 @@
# 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
- **VIP target:** `10.5.1.53/24`
- **LAN interface:** `br0`
Bring-up:
```bash
cd /boot/config/plugins/compose.manager/projects/pihole-ha
cp .env.example .env
bash bin/prepare_serenity.sh --up
```