From 2e93a9c211bd3bcae788d0cdc534daeadb4e5ca3 Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Mon, 11 May 2026 12:32:28 +0000 Subject: [PATCH] Expand Virtual Machines section with all VMs, LXC containers, and physical hosts --- homelab-overview.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/homelab-overview.md b/homelab-overview.md index e605dcf..55091cf 100644 --- a/homelab-overview.md +++ b/homelab-overview.md @@ -41,14 +41,30 @@ Proxmox runs all the VMs listed below. PBS provides nightly VM backups. TrueNAS ### Virtual Machines -| VM ID | Alias | IP | Role | -|---|---|---|---| -| VM 103 | next | 192.168.88.62 | Nextcloud | -| VM 112 | siklos / docker-server | 192.168.88.27 | Main Docker host (4 vCPU / 12 GB RAM) | -| VM 113 | photos | 192.168.88.32 | Photo services (Immich) | -| — | jellyfin | 192.168.88.10 | Media server host | -| — | caddy | 192.168.88.110 | Reverse proxy (systemd service, not Docker) | -| — | thinkstation-p710 | 192.168.88.41 | Workstation / AI / Ollama | +| VM ID | Name | IP | RAM | Status | Role | +|---|---|---|---|---|---| +| 102 | jellyfin | 192.168.88.10 | 14 GB | Running | Media server (Jellyfin + arr stack) | +| 103 | next | 192.168.88.62 | 8 GB | Running | Nextcloud | +| 105 | openclaw-debian | — | 4 GB | Stopped | spare/dev VM | +| 106 | haos-16.3 | — | 10 GB | Running | Home Assistant OS | +| 107 | pbs | 192.168.88.60 | 8 GB | Running | Proxmox Backup Server | +| 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) | ---