From 2adadfb1d14c480efd8780ab69d407d5fb9061f5 Mon Sep 17 00:00:00 2001 From: jester Date: Sat, 7 Mar 2026 22:02:25 +0000 Subject: [PATCH] fix: correct router roles, remove VM 1000 from active --- PROJECT_CONTEXT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md index dca17e1..296d29a 100644 --- a/PROJECT_CONTEXT.md +++ b/PROJECT_CONTEXT.md @@ -17,15 +17,14 @@ System posture: stable, controlled expansion phase. | VM | Name | Role | |----|------|------| | 104 | zlh-monitor | Prometheus/Grafana monitoring | -| 105 | zlh-router | Core services router (node 1) | +| 105 | zlh-router | Core services router | | 300 | zlh-velocity | Minecraft Velocity proxy | -| 1000 | zlh-router | Game + dev server router (node 2) | | 1001 | zlh-dns | Technitium DNS | | 1002 | zlh-proxy | Traefik (dev + other games) | | 1003 | zlh-artifacts | Runtime binaries + Minecraft server jars (agent install source) | | 1004 | zlh-zpack-proxy | Traefik (zpack stack) | | 1005 | zpack-api | Node.js API | -| 1006 | zlh-zpack-router | zpack stack router | +| 1006 | zlh-zpack-router | Game + dev server router | | 1100 | zpack-portal | Next.js frontend | | 2001 | zlh-back | PBS backup + Backblaze B2 | @@ -36,6 +35,7 @@ System posture: stable, controlled expansion phase. | 100 | zlh-panel | Old Pterodactyl panel — kept for reference | | 101 | zlh-wings | Old Wings — kept for reference | | 103 | zlh-api | Old API VM — kept for reference | +| 1000 | zlh-router | Not in use | --- @@ -137,5 +137,5 @@ All at `git.zerolaghub.com/jester/` - Portal does not enforce real policy — agent enforces - Portal never calls agents directly — all traffic through API - Upload transport uses raw http.request piping, never fetch() -- VMs 100, 101, 103 are legacy reference only — not active production +- VMs 100, 101, 103, 1000 are legacy/unused — not active production - Do not speculate future features as implemented