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

42
lxc/CT210-wazuh.md Normal file
View File

@@ -0,0 +1,42 @@
# CT 210 — wazuh.braetter.local
## Systemdaten
| Eigenschaft | Wert |
|-------------|------|
| VMID | 210 |
| Hostname | wazuh.braetter.local |
| IP | 192.168.0.88/24 |
| OS | Ubuntu 24.04 LTS |
| CPU | 4 vCores |
| RAM | 6144 MB |
| Disk | osdisk:210/vm-210-disk-0.raw, 80 GB |
| Bridge | vmbr0 |
| Autostart | ja |
| Status | stopped |
## Anwendung
- **Wazuh Version:** 4.12.0
- **Installation:** Docker Compose
- **Funktion:** SIEM, HIDS, Log-Analyse, Compliance
- **Eingerichtet:** 2026-04-09
## Zugriff
- **Wazuh Dashboard:** https://192.168.0.88 (wenn gestartet)
- **SSH:** `ssh nicolay@192.168.0.88`
## Wazuh Agents
Folgende Systeme senden Daten an Wazuh:
- vaultwarden (192.168.0.90) — wazuh-agent.service
- workfs (192.168.0.91) — wazuh-agent.service
- outline (192.168.0.240) — wazuh-agent.service
- ovpn-gw (192.168.0.175) — wazuh-agent.service
## Starten
```bash
sudo pct start 210
```