fix: correct router roles, remove VM 1000 from active

This commit is contained in:
jester 2026-03-07 22:02:25 +00:00
parent d9e070afd4
commit 2adadfb1d1

View File

@ -17,15 +17,14 @@ System posture: stable, controlled expansion phase.
| VM | Name | Role | | VM | Name | Role |
|----|------|------| |----|------|------|
| 104 | zlh-monitor | Prometheus/Grafana monitoring | | 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 | | 300 | zlh-velocity | Minecraft Velocity proxy |
| 1000 | zlh-router | Game + dev server router (node 2) |
| 1001 | zlh-dns | Technitium DNS | | 1001 | zlh-dns | Technitium DNS |
| 1002 | zlh-proxy | Traefik (dev + other games) | | 1002 | zlh-proxy | Traefik (dev + other games) |
| 1003 | zlh-artifacts | Runtime binaries + Minecraft server jars (agent install source) | | 1003 | zlh-artifacts | Runtime binaries + Minecraft server jars (agent install source) |
| 1004 | zlh-zpack-proxy | Traefik (zpack stack) | | 1004 | zlh-zpack-proxy | Traefik (zpack stack) |
| 1005 | zpack-api | Node.js API | | 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 | | 1100 | zpack-portal | Next.js frontend |
| 2001 | zlh-back | PBS backup + Backblaze B2 | | 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 | | 100 | zlh-panel | Old Pterodactyl panel — kept for reference |
| 101 | zlh-wings | Old Wings — kept for reference | | 101 | zlh-wings | Old Wings — kept for reference |
| 103 | zlh-api | Old API VM — 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/<repo>`
- Portal does not enforce real policy — agent enforces - Portal does not enforce real policy — agent enforces
- Portal never calls agents directly — all traffic through API - Portal never calls agents directly — all traffic through API
- Upload transport uses raw http.request piping, never fetch() - 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 - Do not speculate future features as implemented