Initial commit: Vollständige Homelab-Dokumentation (Stand 2026-04-15)

- Proxmox Host pve-braetter (Hardware, Storage, Bridges)
- 14x LXC Container (CT 100-303) vollständig dokumentiert
- 8x VMs (103-201) vollständig dokumentiert
- Netzwerk-Übersicht mit komplettem IP-Belegungsplan
- Dienste-Übersicht aller Web-Interfaces, DBs, Monitoring
- PostgreSQL 16 HA Cluster (Patroni/etcd) detailliert
This commit is contained in:
2026-04-15 09:57:15 +02:00
commit c31d596b78
25 changed files with 1157 additions and 0 deletions

35
lxc/CT100-patchmon.md Normal file
View File

@@ -0,0 +1,35 @@
# CT 100 — patchmon
## Systemdaten
| Eigenschaft | Wert |
|-------------|------|
| VMID | 100 |
| Hostname | patchmon |
| IP | 192.168.0.78/24 (DHCP) |
| OS | Debian GNU/Linux 13 (trixie) |
| CPU | 2 vCores |
| RAM | 2048 MB |
| Disk | Container:100/vm-100-disk-0.raw, 4 GB |
| Bridge | vmbr0 |
| Autostart | ja |
| Status | running |
## Dienste
| Dienst | Port | Beschreibung |
|--------|------|-------------|
| nginx | 3000 (extern), 3001 | Webserver / Reverse Proxy für PatchMon |
| patchmon-server | 3001 | PatchMon Backend-Service |
| postgresql@17 | 5432 (lokal) | PostgreSQL 17 Datenbank |
| redis-server | 6379 (lokal) | Redis Cache |
| postfix | 25 (lokal) | Mailversand |
## Zugriff
- **PatchMon UI:** http://192.168.0.78:3000
- **SSH:** `ssh claude@192.168.0.78`
## Beschreibung
PatchMon ist ein selbst entwickeltes Patch-Monitoring-System zur Überwachung von Software-Updates und Sicherheits-Patches im gesamten Netzwerk. Es verwendet PostgreSQL 17 als Datenbank und Redis als Cache.