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