Disable Matrix federation
This commit is contained in:
parent
e19f9f8a8a
commit
e65f322cfb
|
@ -10,7 +10,7 @@
|
|||
tls = false;
|
||||
resources = [{
|
||||
compress = true;
|
||||
names = [ "client" "webclient" "federation" ];
|
||||
names = [ "client" ];
|
||||
}];
|
||||
x_forwarded = true;
|
||||
}];
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
# Telegram bridge for Matrix
|
||||
services.mautrix-telegram = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
environmentFile = /var/lib/mautrix-telegram/telegram.env;
|
||||
settings = {
|
||||
homeserver = {
|
||||
|
|
|
@ -31,7 +31,6 @@ in {
|
|||
80 # HTTP
|
||||
443 # HTTPS
|
||||
53 # DNS
|
||||
8448 # Matrix federation
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
1194 # Wireguard
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
extraConfig =
|
||||
"rewrite ^/miniflux/(.*)$ https://rss.coolneng.duckdns.org/$1 last;";
|
||||
};
|
||||
locations."/.well-known/".alias = "${../well-known}" + "/";
|
||||
};
|
||||
"radicale.coolneng.duckdns.org" = {
|
||||
enableACME = true;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{ "m.server": "matrix.coolneng.duckdns.org:443" }
|
Loading…
Reference in New Issue