Swap LAN and WAN columns in VM inventory table

This commit is contained in:
jester 2026-04-02 22:12:06 +00:00
parent f1bb1be592
commit 27a6436367

View File

@ -33,20 +33,20 @@
### Core Infrastructure (9000s) ### Core Infrastructure (9000s)
| ID | Name | Type | WAN IP | LAN IP | Role | | ID | Name | Type | LAN IP | WAN IP | Role |
|----|------|------|--------|--------|------| |----|------|------|--------|--------|------|
| 9001 | zlh-router | VM | 66.163.115.221 | 10.60.0.254 (gateway) | OPNsense 26.1 — core router, DHCP, firewall | | 9001 | zlh-router | VM | 10.60.0.254 (gateway) | 66.163.115.221 | OPNsense 26.1 — core router, DHCP, firewall |
| 9002 | zpack-router | VM | 66.163.115.115 | 10.70.0.1 (gateway) | OPNsense 26.1 — game/dev router | | 9002 | zpack-router | VM | 10.70.0.1 (gateway) | 66.163.115.115 | OPNsense 26.1 — game/dev router |
| 9010 | zpack-dns | LXC | — | 10.60.0.14 | Technitium DNS — internal.zlh zone | | 9010 | zpack-dns | LXC | 10.60.0.14 | — | Technitium DNS — internal.zlh zone |
| 9011 | zlh-proxy | LXC | — | 10.60.0.16 | Caddy — core reverse proxy | | 9011 | zlh-proxy | LXC | 10.60.0.16 | — | Caddy — core reverse proxy |
| 9012 | zpack-proxy | LXC | — | 10.70.0.11 | Traefik v3 — game/dev edge, wildcard TLS | | 9012 | zpack-proxy | LXC | 10.70.0.11 | — | Traefik v3 — game/dev edge, wildcard TLS |
| 9013 | zlh-connect | LXC | — | — | Twingate connector — admin remote access | | 9013 | zlh-connect | LXC | — | — | Twingate connector — admin remote access |
| 9014 | zlh-artifacts | LXC | — | 10.60.0.17 | Caddy file server — runtimes, jars, agent binaries | | 9014 | zlh-artifacts | LXC | 10.60.0.17 | — | Caddy file server — runtimes, jars, agent binaries |
| 9015 | zpack-velocity | LXC | — | 10.70.0.10 | Velocity 3.5 — Minecraft proxy | | 9015 | zpack-velocity | LXC | 10.70.0.10 | — | Velocity 3.5 — Minecraft proxy |
| 9016 | zlh-monitor | LXC | — | 10.60.0.25 | Prometheus + Grafana | | 9016 | zlh-monitor | LXC | 10.60.0.25 | — | Prometheus + Grafana |
| 9017 | zlh-back | VM | — | 10.60.0.24 / 172.60.0.x | Proxmox Backup Server | | 9017 | zlh-back | VM | 10.60.0.24 / 172.60.0.x | — | Proxmox Backup Server |
| 9020 | zpack-api | VM | — | 10.60.0.18 | Node.js API, MariaDB, Redis | | 9020 | zpack-api | VM | 10.60.0.18 | — | Node.js API, MariaDB, Redis |
| 9021 | zpack-portal | VM | — | 10.60.0.19 | Next.js portal | | 9021 | zpack-portal | VM | 10.60.0.19 | — | Next.js portal |
| 9030 | aimeesites | LXC | — | — | Static site hosting | | 9030 | aimeesites | LXC | — | — | Static site hosting |
### Templates ### Templates