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
element-config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.mischlabs.de",
"server_name": "mischlabs.de"
}
},
"brand": "MischLabs Chat",
"integrated_jitsi_domain": "meet.element.io"
}