From 991ed7a6aeb9aaec907338f1403fbb088df12c02 Mon Sep 17 00:00:00 2001 From: Fizzlepoof Date: Thu, 14 May 2026 02:25:17 +0000 Subject: [PATCH] docs(homelab): record pd static ip --- README.md | 2 +- docs/architecture/NETWORKING_MODEL.md | 2 +- docs/reference/HOMELAB_AI_CONTEXT.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f042488..607c6db 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Docker Compose stacks for PlausibleDeniability (TrueNAS Scale), plus documentati | Server | Role | OS | IP | |--------|------|----|----| | Serenity | NAS / Media ingestion | Unraid 7.2.4 | 10.5.1.5 | -| PlausibleDeniability | Primary Docker host | TrueNAS Scale 25.10.2.1 | LAN DHCP | +| PlausibleDeniability | Primary Docker host | TrueNAS Scale 25.10.2.1 | 10.5.1.6 | | N.O.M.A.D. | Offline knowledge + game servers | Ubuntu 25.10 | 10.5.1.16 | ## Repo Layout diff --git a/docs/architecture/NETWORKING_MODEL.md b/docs/architecture/NETWORKING_MODEL.md index 6219ee7..4cd7330 100644 --- a/docs/architecture/NETWORKING_MODEL.md +++ b/docs/architecture/NETWORKING_MODEL.md @@ -6,7 +6,7 @@ - **Other VLANs:** Cameras, Guest, IoT - **Serenity IP:** 10.5.1.5 - **N.O.M.A.D. IP:** 10.5.1.16 -- **PlausibleDeniability:** DHCP on LAN +- **PlausibleDeniability:** 10.5.1.6 (static on LAN) ## Remote Access - **Pangolin VPS + Newt:** Services exposed as subdomains via reverse proxy. Newt agents run on PD and N.O.M.A.D. diff --git a/docs/reference/HOMELAB_AI_CONTEXT.md b/docs/reference/HOMELAB_AI_CONTEXT.md index 396bacb..eaeac8d 100644 --- a/docs/reference/HOMELAB_AI_CONTEXT.md +++ b/docs/reference/HOMELAB_AI_CONTEXT.md @@ -35,7 +35,7 @@ See the individual docs in this repo for detailed information: | Server | Role | OS | IP | |--------|------|----|----| | Serenity | NAS / Media ingestion | Unraid 7.2.4 | 10.5.1.5 | -| PlausibleDeniability | Primary Docker host | TrueNAS Scale 25.10.2.1 | LAN DHCP | +| PlausibleDeniability | Primary Docker host | TrueNAS Scale 25.10.2.1 | 10.5.1.6 | | N.O.M.A.D. | Offline knowledge + game servers | Ubuntu 25.10 | 10.5.1.16 | ### Deployment Pattern (PD)