feat: Initial Matrix server setup with Postgres, Element, and Keycloak OIDC

This commit is contained in:
Kroonk
2026-05-22 12:26:59 +02:00
commit e15ac071a6
6 changed files with 250 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Environment files
.env
# Runtime data and state
data/homeserver.pid
data/*.signing.key
data/media_store/
# Database data
postgres_data/