Fix client discovery in Matrix

This commit is contained in:
coolneng 2021-02-04 00:22:26 +01:00
parent 62e66e4966
commit b32e03fcbb
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
services.matrix-synapse = {
enable = true;
server_name = "coolneng.duckdns.org";
public_baseurl = "https://matrix.coolneng.duckdns.org";
listeners = [{
port = 8008;
tls = false;
@ -12,7 +13,6 @@
compress = true;
names = [ "client" ];
}];
x_forwarded = true;
}];
app_service_config_files =
[ "/var/lib/matrix-synapse/telegram-registration.yaml" ];