Expand Virtual Machines section with all VMs, LXC containers, and physical hosts

This commit is contained in:
2026-05-11 12:32:28 +00:00
parent 176f02b342
commit 2e93a9c211
+24 -8
View File
@@ -41,14 +41,30 @@ Proxmox runs all the VMs listed below. PBS provides nightly VM backups. TrueNAS
### Virtual Machines ### Virtual Machines
| VM ID | Alias | IP | Role | | VM ID | Name | IP | RAM | Status | Role |
|---|---|---|---| |---|---|---|---|---|---|
| VM 103 | next | 192.168.88.62 | Nextcloud | | 102 | jellyfin | 192.168.88.10 | 14 GB | Running | Media server (Jellyfin + arr stack) |
| VM 112 | siklos / docker-server | 192.168.88.27 | Main Docker host (4 vCPU / 12 GB RAM) | | 103 | next | 192.168.88.62 | 8 GB | Running | Nextcloud |
| VM 113 | photos | 192.168.88.32 | Photo services (Immich) | | 105 | openclaw-debian | — | 4 GB | Stopped | spare/dev VM |
| — | jellyfin | 192.168.88.10 | Media server host | | 106 | haos-16.3 | — | 10 GB | Running | Home Assistant OS |
| — | caddy | 192.168.88.110 | Reverse proxy (systemd service, not Docker) | | 107 | pbs | 192.168.88.60 | 8 GB | Running | Proxmox Backup Server |
| — | thinkstation-p710 | 192.168.88.41 | Workstation / AI / Ollama | | 112 | docker-server (siklos) | 192.168.88.27 | 16 GB | Running | Main Docker host |
| 113 | photos | 192.168.88.32 | 16 GB | Running | Photo services (Immich) |
| 120 | opnsense | — | 4 GB | Stopped | OPNsense firewall/router (not active) |
| 9000 | debian13-template | — | 4 GB | Stopped | Base template for new VMs |
### LXC Containers
| CT ID | Name | IP | RAM | Status | Role |
|---|---|---|---|---|---|
| 200 | gitea | — | 512 MB | Running | Gitea LXC instance |
| 202 | caddy | 192.168.88.110 | 512 MB | Running | Caddy reverse proxy (systemd inside LXC) |
### Physical Machines
| Alias | IP | Role |
|---|---|---|
| thinkstation-p710 | 192.168.88.41 | Workstation / AI / Ollama (bare metal, not a Proxmox guest) |
--- ---