First draft for matrix server setup

This commit is contained in:
DrHaid
2026-02-14 15:58:18 +01:00
parent 05acfad916
commit 65d27b0ec0
7 changed files with 135 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.${DOMAIN}",
"server_name": "matrix.${DOMAIN}"
}
},
"disable_custom_urls": true,
"disable_guests": true,
"brand": "My Matrix"
}