Home hinzugefügt

2026-06-08 13:25:27 +00:00
commit c36188ae3c
+14
@@ -0,0 +1,14 @@
# 🏠 Homelab Wiki
> Stand: `$(date +%Y-%m-%d)` | Quelle: `gitea.wiki` + manuelle Pflege
> Letztes Sync: `[Repo-Link](https://gitea.dein.domain/username/homelab.wiki)`
## 🌍 Architektur-Übersicht
```mermaid
graph LR
A[Internet] -->|DynDNS/DDNS| B[VPS (Public IP)]
B -->|WireGuard| C[Docker Host (Homelab)]
C --> D[Proxmox Cluster]
C --> E[Pi Backup]
C --> F[Ollama Desktop]
D --> G[Gitea, Pi-hole, DBs, Services]