Files
FEDEO/matrix/selfhost/element-config.json
florianfederspiel bace26c084
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 17s
Build and Push Docker Images / build-frontend (push) Successful in 51s
Build and Push Docker Images / build-docs (push) Successful in 11s
KI-AGENT: Vereinfache Matrix Selfhost auf eine Domain
2026-05-19 18:49:04 +02:00

22 lines
459 B
JSON

{
"default_server_config": {
"m.homeserver": {
"base_url": "https://app.example.com",
"server_name": "app.example.com"
}
},
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://app.example.com/livekit/jwt"
}
],
"disable_custom_urls": false,
"disable_guests": true,
"brand": "FEDEO Matrix",
"default_theme": "light",
"features": {
"feature_video_rooms": true
}
}