Fix client discovery in Matrix

This commit is contained in:
2021-02-04 00:22:26 +01:00
parent 62e66e4966
commit b32e03fcbb

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" ];