Adapt matrix-synapse to upstream changes
This commit is contained in:
parent
3b2b6699da
commit
770d428bdf
|
@ -4,6 +4,7 @@
|
||||||
# Matrix server configuration
|
# Matrix server configuration
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
server_name = "coolneng.duckdns.org";
|
server_name = "coolneng.duckdns.org";
|
||||||
public_baseurl = "https://matrix.coolneng.duckdns.org";
|
public_baseurl = "https://matrix.coolneng.duckdns.org";
|
||||||
listeners = [{
|
listeners = [{
|
||||||
|
@ -13,10 +14,12 @@
|
||||||
compress = true;
|
compress = true;
|
||||||
names = [ "client" ];
|
names = [ "client" ];
|
||||||
}];
|
}];
|
||||||
|
bind_addresses = [ "127.0.0.1" ];
|
||||||
}];
|
}];
|
||||||
app_service_config_files =
|
app_service_config_files =
|
||||||
[ "/var/lib/matrix-synapse/telegram-registration.yaml" ];
|
[ "/var/lib/matrix-synapse/telegram-registration.yaml" ];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Telegram bridge for Matrix
|
# Telegram bridge for Matrix
|
||||||
services.mautrix-telegram = {
|
services.mautrix-telegram = {
|
||||||
|
|
Loading…
Reference in New Issue