KI-AGENT: Ergänze Matrix im Selfhost-Stack

This commit is contained in:
2026-05-19 18:40:30 +02:00
parent 168d2fce6e
commit 274f3d5795
4 changed files with 281 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.fedeo.de",
"server_name": "fedeo.de"
}
},
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://call.fedeo.de/livekit/jwt"
}
],
"disable_custom_urls": false,
"disable_guests": true,
"brand": "FEDEO Matrix",
"default_theme": "light",
"features": {
"feature_video_rooms": true
}
}