feat(openclaw): deploy OpenClaw AI chatbot gateway on VM 120
- Add Docker Compose configs with security hardening (cap_drop ALL, non-root, read-only FS) - Add Prometheus node_exporter scrape target for 192.168.2.120:9100 - Update services/README.md, INDEX.md, and CLAUDE_STATUS.md with VM 120 - Image pinned to v2026.2.1 (patches CVE-2026-25253) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
10
INDEX.md
10
INDEX.md
@@ -17,6 +17,7 @@ homelab/
|
||||
├── services/ # Docker Compose service configurations
|
||||
│ ├── n8n/ # n8n workflow automation
|
||||
│ ├── netbox/ # Network documentation & IPAM
|
||||
│ ├── openclaw/ # OpenClaw AI chatbot gateway (VM 120)
|
||||
│ └── README.md # Services overview
|
||||
├── scripts/
|
||||
│ ├── crawlers-exporters/ # Infrastructure collection scripts
|
||||
@@ -311,7 +312,7 @@ cat scripts/crawlers-exporters/COLLECTION-GUIDE.md
|
||||
|
||||
Based on the latest export (2025-12-11 14:43:55), your environment includes:
|
||||
|
||||
### Virtual Machines (QEMU/KVM) - 9 VMs
|
||||
### Virtual Machines (QEMU/KVM) - 10 VMs
|
||||
|
||||
| VM ID | Name | Status | Purpose |
|
||||
|-------|------|--------|---------|
|
||||
@@ -324,8 +325,9 @@ Based on the latest export (2025-12-11 14:43:55), your environment includes:
|
||||
| 110 | web-server-02 | Running | Load-balanced pair with web-server-01 |
|
||||
| 111 | db-server-01 | Running | Backend database server |
|
||||
| 114 | haos | Running | Home Assistant OS - smart home automation platform |
|
||||
| 120 | openclaw | Running | OpenClaw AI chatbot gateway at 192.168.2.120 |
|
||||
|
||||
**Recent Changes**: Added VM 101 (monitoring-docker) for observability, VM 114 (haos) for home automation (2025-12-11).
|
||||
**Recent Changes**: Added VM 120 (openclaw) for AI chatbot gateway (2026-02-03). Added VM 101 (monitoring-docker) for observability, VM 114 (haos) for home automation (2025-12-11).
|
||||
|
||||
### VM Templates - 2 Templates
|
||||
|
||||
@@ -341,7 +343,7 @@ Based on the latest export (2025-12-11 14:43:55), your environment includes:
|
||||
| 102 | nginx | Running | Reverse proxy/load balancer |
|
||||
| 103 | netbox | Running | Network documentation/IPAM |
|
||||
| 112 | twingate-connector | Running | Zero-trust network access connector |
|
||||
| 113 | n8n | Running | Workflow automation platform at 192.168.2.107 |
|
||||
| 113 | n8n | Running | Workflow automation platform at 192.168.2.113 |
|
||||
|
||||
**Recent Changes**: Added CT 112 (twingate-connector) for zero-trust security, CT 113 (n8n) for workflow automation. CT 103 (netbox) activated 2025-12-11.
|
||||
|
||||
@@ -576,5 +578,5 @@ bash scripts/crawlers-exporters/collect.sh
|
||||
**Repository Version:** 2.1.0
|
||||
**Last Updated**: 2025-12-07
|
||||
**Latest Export**: disaster-recovery/homelab-export-20251207-120040
|
||||
**Infrastructure**: 8 VMs, 2 Templates, 4 Containers, Proxmox VE 8.3.3
|
||||
**Infrastructure**: 10 VMs, 2 Templates, 5 Containers, Proxmox VE 8.4.0
|
||||
**Maintained by**: Your homelab automation system
|
||||
|
||||
Reference in New Issue
Block a user