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