root 9c0b7e597c docu: Horus-VPS-Dienste, issues/-Tracking + WG-NAT-Vorfall, WG-Key-Warnungen
- horus/README.md: Dienst-Discovery (mailcow, bind9, NPM, authentik, hedgedoc, apps), Zugang, WG-Verwaltung (kein wireguard-ui aktiv), watchtower-Problem
- issues/: Tracking-Konvention + Vorfall VM101<->Horus WireGuard (Ursache war NAT/Quellport, nicht Keys; Fix ListenPort 51871)
- README.md: Horus in Hosts-Tabelle + Verzeichnisbaum
- shared/horus-opnsense-wireguard: Key-Verwechslungs-Warnungen

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 16:01:26 +02:00

Infrastruktur-Dokumentation (privat)

Zentrale Dokumentation für die Proxmox-Umgebung jeanavril.

Git: https://git.jeanavril.com/jean/docu.git

Hosts

Host IP (Management) Rolle Doku
pve1 192.168.10.5 Primärer Proxmox, Fallback-OPNsense pve1/
pve2 192.168.10.4 Produktions-Proxmox, Router, GPU-Compute pve2/
Horus 207.180.222.207 / WG 10.1.1.1 Contabo-VPS: WireGuard-Hub, Mailserver, DNS, SSO, Apps horus/

DNS intern: *.iot → VLAN 40 (z. B. homeassistant.iot → 192.168.40.254)

Verzeichnis

docu/
├── README.md                 ← diese Datei
├── migration/                ← Schritt-für-Schritt Updates & Tuning
├── shared/                   ← übergreifend (MQTT, Git, Netzwerk)
├── issues/                   ← abgeschlossene Vorfälle / Fehldiagnosen (Lessons Learned)
├── horus/                    ← Contabo-VPS: WG-Hub, Mail, DNS, SSO, Apps
├── pve1/                     ← pve1 inkl. guests/ (VM/CT-Stacks)
└── pve2/                     ← pve2 inkl. guests/ (falls vorhanden)

Shared (beide Hosts)

Datei Inhalt
shared/infrastruktur-netzwerk.md VLANs, IPs, Bridges
shared/opnsense-docker-subnet-routing.md How-To: Docker-Subnetz über OPNsense erreichbar machen
shared/mqtt-homeassistant.md MQTT-Broker, HA Discovery, Credentials
shared/git-und-repos.md Gitea, Tokens, Clone-Pfade
migration/nextcloud-optimierung-und-updates.md Nextcloud VM 101: Updates, Tuning, notify_push
pve1/guests/ pve1: Docker-Stacks pro VM/CT (Compose, ohne Daten)
shared/opnsense-docker-subnet-routing.md How-To: Docker-Subnetz über OPNsense

Code-Repos (separat von dieser Doku)

Repo URL Inhalt
server-power https://git.jeanavril.com/jean/server-power.git Go-Agent pve-power-mqtt
docu https://git.jeanavril.com/jean/docu.git Diese Dokumentation

Auf einem Host bearbeiten & pushen

cd /root/docu
git pull
# Dateien unter pve1/ oder pve2/ editieren
git add -A && git commit -m "Beschreibung" && git push

Clone-Pfad auf beiden Nodes: /root/docu

Schnellreferenz Power-Monitoring

systemctl status pve-power-mqtt nvidia-persistenced   # nur pve2 GPU
journalctl -u pve-power-mqtt -f

Stand: Juni 2026

S
Description
No description provided
Readme 380 KiB
Languages
Shell 100%