====== Proxmox Infrastructure ====== Last updated: 2026-02-06 ===== Hosts ===== ^ Host ^ Model ^ IP ^ Role ^ | hv-dev-1 | Dell | 10.100.160.100 | Main Proxmox host | ===== Containers ===== ==== Core Services ==== ^ VMID ^ Name ^ IP ^ RAM ^ Service ^ Notes ^ | 102 | traefik | 10.100.161.102 | - | Reverse Proxy | Ports 80/443 forwarded from WAN | | 103 | openclaw | 10.100.160.249 | - | OpenClaw Gateway | Bot/AI assistant | ==== Automation Stack ==== ^ VMID ^ Name ^ IP ^ RAM ^ Service ^ Notes ^ | 110 | postgres | 10.100.161.110 | 1GB | PostgreSQL | Shared DB (n8n + Vaultwarden) | | 111 | n8n | 10.100.161.111 | 1GB | n8n | Workflow automation | | 112 | vaultwarden | 10.100.161.112 | 512MB | Vaultwarden | Password manager | | 113 | dokuwiki | 10.100.161.113 | 512MB | DokuWiki | This wiki | | 114 | uptime-kuma | 10.100.161.114 | 512MB | Uptime Kuma | Status monitoring | ===== API Access ===== * **Endpoint:** https://10.100.160.100:8006 * **Token:** mxm-bot@pve!metrics (PVEAuditor, read-only) ===== Common Commands ===== # List all containers pct list # Start/stop container pct start pct stop # Enter container shell pct exec -- bash # View container config pct config # Push file to container pct push /local/path /container/path # Container console pct console ===== Backup ===== TODO: Configure backup jobs for all containers. Recommended schedule: * Daily: CT 110 (PostgreSQL) * Weekly: CT 111-114