added matrix-synapse server

This commit is contained in:
willifan 2025-04-26 22:28:27 +02:00
parent cc35fd1aba
commit e7c13e8a09
4 changed files with 55 additions and 9 deletions

View file

@ -11,12 +11,17 @@
extraConfig = ''
root * /var/www/file_server
file_server
'';
};
"https://cal.huwe.mooo.com" = {
extraConfig = "reverse_proxy localhost:5232";
};
"https://huwe.mooo.com" = {
extraConfig = ''
reverse_proxy /_matrix/* localhost:8008
reverse_proxy /_synapse/client/* localhost:8008
'';
};
};
};
}