KI-AGENT: Ergänze Matrix im Selfhost-Stack
This commit is contained in:
21
matrix/selfhost/element-config.json
Normal file
21
matrix/selfhost/element-config.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user