homelab-docker-compose/matrix/README.md
2026-03-05 12:49:03 +00:00

18 lines
626 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Matrix Server (Synapse) Homelab Dokumentation
Selbst gehosteter Matrix/Synapse-Server auf `matrix.theocloud.dev`.
Registrierung ist deaktiviert neue User werden nur per Einladungstoken angelegt.
## Dateien
| Datei | Beschreibung |
|---|---|
| `docker-compose-without-registration.yml` | Produktiv-Setup: Registrierung nur per Token |
| `docker-compose-with-registration.yml` | Offene Registrierung (nur lokal/Dev verwenden) |
| `.env` | Secrets (nicht committen!) |
| `.env.example` | Vorlage für `.env` |
## Dokumentation
- [Setup & Installation](./setup.md)
- [User & Token Verwaltung](./user-management.md)