Remove coturn, never used, Mumble better anyway

This commit is contained in:
Jimbo 2025-03-04 16:50:55 -05:00
parent ba985e92c3
commit 881ba32e58
5 changed files with 5 additions and 80 deletions

View file

@ -7,16 +7,10 @@
locations = {
"/.well-known/matrix/client".extraConfig = ''
default_type application/json;
return 200 '
{
"m.homeserver": {
"base_url": "https://matrix.jimbosfiles.com"
},
"m.identity_server": {
"base_url": "https://matrix.org"
}
}
';
return 200 '{
"m.homeserver": { "base_url": "https://matrix.jimbosfiles.com" },
"m.identity_server": { "base_url": "https://matrix.org" }
}';
'';
"/.well-known/matrix/server".extraConfig = ''
default_type application/json;