diff --git a/Home.md b/Home.md index 5b5e51c..2b6b4c7 100644 --- a/Home.md +++ b/Home.md @@ -1,14 +1,27 @@ -# 🏠 Homelab Wiki +# 🏠 Homelab Dokumentation -> Stand: `$(date +%Y-%m-%d)` | Quelle: `gitea.wiki` + manuelle Pflege -> Letztes Sync: `[Repo-Link](https://gitea.dein.domain/username/homelab.wiki)` +> Letzte Aktualisierung: {{date}} +> Quelle: Git-Repo | Backup: Borg/Rclone auf PI +> Zugriff: `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] \ No newline at end of file +## 🌍 Schnellnavigation +| Bereich | Link | +|--------------------------|-------------------------------------------| +| 📦 Servicelandschaft | [Services Übersicht](services/_index.md) | +| 🖥 Infrastruktur | [Infrastruktur Übersicht](infrastructure/_index.md) | +| 🌐 Netzwerk & Zugang | [Netzwerkplan](network-and-access/_index.md) | +| 🛠 Runbooks | [Runbooks Übersicht](runbooks/_index.md) | + +## 📊 Service-Status (Aktuell) +| Service | Status | Port/Protokoll | Host/Typ | Doku | +|----------------|--------|---------------------|----------------|-------------------------------| +| Gitea | ✅ aktiv | `3000` TCP / HTTPS | Proxmox VM | [Details](services/gitea.md) | +| Pi-hole | ✅ aktiv | `53` UDP, `80/443` TCP | Raspberry Pi | [Details](services/pihole.md) | +| PostgreSQL | ✅ aktiv | `5432` TCP | Docker Container| [Details](services/databases.md)| +| MySQL | 🟡 geplant | `3306` TCP | Proxmox LXC | [Details](services/databases.md)| +| Ollama | 🟡 geplant | `11434` HTTP | Desktop Linux | [Details](services/ollama-desktop.md) | + +## ℹ️ Hinweise +- Alle Services werden über Reverse-Proxy oder direkte Ports angebunden. +- Secrets und Credentials sind **niemals** im Wiki gespeichert. Zugriff erfolgt über Vault/Passwortmanager. +- Änderungen an Konfigurationen werden hier dokumentiert. Quelle der Wahrheit ist immer das jeweilige Deploy-Repo (Ansible, docker-compose, Proxmox Config). \ No newline at end of file