Restructure wiki: move guides to root level with navigation

- Create Home.md with main navigation
- Move 5 deployment guides to root: TURN, Authentik, Monitoring, Element, Policies
- Update file organization for better Gitea wiki discovery

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Scrublord MacBad 2026-05-15 00:07:54 +02:00
parent 2d11e23b15
commit 425a18bfab
7 changed files with 59 additions and 92 deletions

59
Home.md Normal file

@ -0,0 +1,59 @@
# aXion1337.Chat Wiki
📚 **Dokumentation für Matrix Homeserver auf K3S mit Element Server Suite**
---
## 📖 Dokumentation
### Basis-Konfiguration
- **[Installation & Setup](01-Installation.md)** K3S, Flux CD, ESS Deployment
- **[Task List & Roadmap](00-TASKS.md)** Status, Prioritäten, nächste Schritte
### Deployment Guides
| Komponente | Link | Status | Beschreibung |
|-----------|------|--------|-------------|
| **TURN Server** | [TURN-Server.md](TURN-Server.md) | ✅ Deployed | WebRTC Video-Call Media Relay |
| **Authentik OIDC** | [Authentik-OIDC.md](Authentik-OIDC.md) | 🔄 Stage 2 Pending | Identity Provider für Matrix |
| **Monitoring** | [Monitoring.md](Monitoring.md) | ✅ Deployed | Alloy → Prometheus/Loki |
| **Element Customization** | [Element-Customization.md](Element-Customization.md) | ✅ Deployed | Themes, Desktop Setup, Admin Panel |
| **Room Policies** | [Room-Policies.md](Room-Policies.md) | ✅ Deployed | Retention, Publication, Auto-Join |
---
## 🎯 Quick Navigation
- **Getting Started**: Start with [01-Installation.md](01-Installation.md)
- **Current Work**: See [00-TASKS.md](00-TASKS.md) for priorities and status
- **Troubleshooting**: Each guide has a troubleshooting section
---
## 🏗️ Architecture
```
Element Web (axion1337.chat)
MAS (account.axion1337.chat)
Authentik OIDC (auth.axion1337.chat)
Synapse (matrix.axion1337.chat)
PostgreSQL + TURN (turn.axion1337.chat)
```
---
## 🔗 External Resources
- **K3S Host**: `49.13.132.245`
- **Monitoring**: `10.0.0.3` (Selendis)
- **Gitea Repository**: `rohana.axion1337.de/sorb/axion1337.chat-gitops`
- **Project Board**: See Issues #3-#10 for current tasks
---
**Last Updated**: 2026-05-15
**Status**: 6 features deployed, 1 in progress, 15+ pending

@ -1,92 +0,0 @@
# aXion1337.Chat Deployment & Konfiguration Dokumentation
Diese Dokumentation beschreibt die Einrichtung und Konfiguration des Matrix-Homeservers für **axion1337.chat** mit Element Server Suite (ESS) v26.4.0 auf K3S mit Flux CD GitOps.
## 📋 Übersicht Deployment-Reihenfolge
Die Implementierungen wurden in dieser Reihenfolge durchgeführt. Für neue Setups sollten Sie dieser Abfolge folgen:
| # | Titel | Datei | Status | Zieldomäne |
|---|-------|-------|--------|-----------|
| 1 | TURN Server für WebRTC Video-Calls | `01-turn-server-setup.md` | ✅ Deployed | `turn.axion1337.chat` |
| 2 | Authentik als Identity Provider | `02-authentik-identity-provider.md` | ✅ Stage 1 Deployed | `auth.axion1337.chat` |
| 3 | Monitoring mit Alloy/Prometheus/Loki | `03-monitoring-integration.md` | ✅ Deployed | lokal (10.0.0.3) |
| 4 | Element Web Anpassung & Desktop-Apps | `04-element-customization.md` | ✅ Deployed | `axion1337.chat` |
| 5 | Room Policies (Retention, Publication, Auto-Join) | `05-room-policies.md` | ✅ Deployed | Matrix Synapse |
---
## 🚀 Quick Start für neue Deployment
Siehe die einzelnen Dokumentationen für detaillierte Anleitung.
---
## 🏗️ Architektur-Übersicht
```
┌─────────────────────────────────────────────────────────────┐
│ Element Web (Apex) │
│ axion1337.chat (HTTP/TLS) │
└──────────────────────┬──────────────────────────────────────┘
┌─────────────┼─────────────┐
│ │ │
┌────▼────┐ ┌─────▼──────┐ ┌──▼────────┐
│ MAS │ │ Well-Known │ │Docs/Setup │
│account. │ │matrix/* │ │/setup │
│axion1337 │ │ │ │ │
└────┬────┘ └────────────┘ └───────────┘
┌────▼────────────────┐
│ Authentik OIDC │
│ auth.axion1337.chat │
│ (Identity Provider) │
└─────────────────────┘
┌────▼────────────────┐
│ Synapse Matrix │
│ matrix.axion1337.chat│
│ (Homeserver) │
└──────────────────────┘
```
---
## 🔑 Kritische Werte & Konfigurationen
### Domains
- **Apex**: `axion1337.chat` (Element Web)
- **Matrix Synapse**: `matrix.axion1337.chat`
- **MAS**: `account.axion1337.chat`
- **Authentik**: `auth.axion1337.chat`
- **TURN Server**: `turn.axion1337.chat`
### Externe Services
- **K3S Host IP**: `49.13.132.245`
- **Monitoring Host**: `10.0.0.3` (Selendis)
---
## 📚 Dokumente im Detail
### [01-turn-server-setup.md](01-turn-server-setup.md)
STUN/TURN Server für WebRTC Media Relay (Video-Calls).
### [02-authentik-identity-provider.md](02-authentik-identity-provider.md)
Authentik als OIDC Provider für Matrix. Registrierung via Einladungs-Links.
### [03-monitoring-integration.md](03-monitoring-integration.md)
Alloy → Prometheus/Loki Monitoring Integration.
### [04-element-customization.md](04-element-customization.md)
Custom Themes, Desktop-Setup-Scripts, Element Admin.
### [05-room-policies.md](05-room-policies.md)
Message Retention, Room Publication, Auto-Join Policies.
---
## 🛠️ Wartung & Troubleshooting
Alle Dokumentationen enthalten Troubleshooting-Sektionen für häufige Probleme.