"vault backup: 2026-03-08 14:11:41 from Flow"

This commit is contained in:
2026-03-08 14:11:41 -05:00
parent c171d48865
commit 9e24922618
40 changed files with 96 additions and 3143 deletions

View File

@@ -6,12 +6,36 @@ Secondary server — a Raspberry Pi that supports the main [[../homelab/README|h
| Property | Value |
|---|---|
| Hostname | `raspi` |
| LAN IP | `192.168.2.112` |
| Tailscale IP | `100.89.172.56` |
| Tailscale Hostname | (on `bunny-wyvern.ts.net`) |
| Connection to Dockhand | Hawser agent (env=2) |
| Docker Files | `/home/artanis/` (Desktop + TS_KH_Bridge dirs) |
> Hardware details (CPU, RAM, model) are not yet documented. To be filled in.
## Hardware
| Property | Value |
|---|---|
| Model | Raspberry Pi 4 Model B Rev 1.2 |
| CPU | Cortex-A72 (ARM v8), 4 cores |
| RAM | 1.8 GB total (~963 MB used at idle) |
| Swap | 199 MB |
| OS | Debian GNU/Linux 12 (Bookworm) |
| Kernel | 6.12.47+rpt-rpi-v8 (aarch64) |
| Storage | 32 GB microSD (`/dev/mmcblk0`) — 19 GB used |
## Pi-hole
Pi-hole runs **natively** on the Pi OS (not in Docker). It serves as the DNS server for the entire LAN — all clients including Gluetun on the homelab point to `192.168.2.112` for DNS.
| Property | Value |
|---|---|
| Core | v6.3 |
| Web Interface | v6.4 |
| FTL | v6.4.1 |
| Status | Blocking enabled, listening on port 53 (UDP+TCP, IPv4+IPv6) |
> Updates available: Core → v6.4, Web → v6.4.1, FTL → v6.5. Run `sudo pihole -up` to update.
## Stacks
@@ -32,4 +56,4 @@ Secondary server — a Raspberry Pi that supports the main [[../homelab/README|h
- No centralized `DockerFiles` directory — compose files are scattered across `~/Desktop/` and `~/TS_KH_Bridge/`
- Home Assistant uses `network_mode: host` (full host network) for mDNS/Bluetooth/Zigbee discovery
- Much lighter workload — only 3 stacks, 5 containers total
- Pihole (DNS/ad-blocking) likely runs natively on the Pi OS, not in Docker — no container found for it
- **Pi-hole** — Network-wide DNS ad-blocker running natively on the Pi OS. All LAN clients use `192.168.2.112` as their DNS server