Add metrics for synapse

This commit is contained in:
2022-04-26 02:40:42 +01:00
parent 161f26b3f3
commit 64fd1667a2
3 changed files with 19 additions and 0 deletions

View File

@@ -8,6 +8,13 @@
services.caddy = {
enable = true;
virtualHosts = {
"http://metrics.town" = {
extraConfig = ''
reverse_proxy http://localhost:3000
'';
};
"matrix.broccoli.town" = {
extraConfig = ''
reverse_proxy /_matrix/* http://localhost:8008