Fix client discovery in Matrix
This commit is contained in:
parent
62e66e4966
commit
b32e03fcbb
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue