KI-AGENT: Lokalen Matrix-Entwicklungsstack ergänzen

This commit is contained in:
2026-05-18 15:24:43 +02:00
parent 3984e218db
commit 00e1e88dd9
5 changed files with 234 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "http://localhost:8008",
"server_name": "localhost"
}
},
"disable_custom_urls": false,
"disable_guests": true,
"brand": "FEDEO Matrix Dev",
"default_theme": "light",
"features": {
"feature_video_rooms": true
}
}