Revert "Disable Matrix federation"

This reverts commit e65f322cfb.
This commit is contained in:
coolneng 2021-02-03 19:00:02 +01:00
parent 62e66e4966
commit 7807897d11
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 0 deletions
modules
well-known/matrix

View File

@ -52,6 +52,7 @@
"/miniflux/".extraConfig =
"rewrite ^/miniflux/(.*)$ https://rss.coolneng.duckdns.org/$1 last;";
};
locations."/.well-known/".alias = "${../well-known}" + "/";
};
"radicale.coolneng.duckdns.org" = {
enableACME = true;

1
well-known/matrix/server Normal file
View File

@ -0,0 +1 @@
{ "m.server": "matrix.coolneng.duckdns.org:443" }