Infrastruktur steht, bereit für den Runner

This commit is contained in:
2026-03-03 18:18:42 +01:00
parent 61f4190f48
commit 1d7d6c81bf
2 changed files with 1 additions and 1 deletions
@@ -0,0 +1,25 @@
# Roadmap: Finalisierung Gitea-Infrastruktur (MS-R1)
## Phase 1: Konnektivität & Erreichbarkeit 🌐
- [x] **Schritt 1: Cloudflare Tunnel (Tor zur Welt)**
- Ziel: Sicherer Zugriff über `git.mo-code.at` ohne Portfreigabe.
- Status: ABGESCHLOSSEN (siehe `Gitea-SSH-Setup.md`).
- [x] **Schritt 2: SSH-Key & Git-Client Setup**
- Ziel: Passwortloses "Push & Pull" über Port 2222.
- Status: ABGESCHLOSSEN (siehe `Gitea-SSH-Setup.md`).
- [x] **Schritt 2b: Erster erfolgreicher Push**
- Ziel: Validierung der gesamten Kette (Laptop → Cloudflare → Tunnel → Host → Container → Gitea).
- Status: ABGESCHLOSSEN.
## Phase 2: Datensicherheit & Resilienz 🛡️
- [ ] **Schritt 3: Die "Biest-Versicherung" (Automatisches Backup)**
- Ziel: Nächtliche Snapshots des LXC-Containers + SQLite-Dumps auf den Host-Speicher.
- Status: Ausstehend.
## Phase 3: Kommunikation & Feinschliff ✉️
- [ ] **Schritt 4: SMTP-Integration (Brieftaube)**
- Ziel: E-Mail Benachrichtigungen über mo-code.at Domain.
- Status: Ausstehend.
- [ ] **Schritt 5: Gitea-Update-Protokoll**
- Ziel: Dokumentation des Prozesses zum manuellen Tausch der Binary.
- Status: Ausstehend.