change webhooks port

This commit is contained in:
Dmitriy Kholkin 2024-01-21 16:29:00 +03:00
parent 2521430f7d
commit 203dafe185
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ in {
'';
};
locations."/hooks" = {
proxyPass = "http://127.0.0.1:9010/hooks";
proxyPass = "http://127.0.0.1:9510/hooks";
};
locations."/.well-known/matrix" = {
proxyPass = "https://matrix.ataraxiadev.com/.well-known/matrix";

View File

@ -23,7 +23,7 @@ in {
services.webhook = {
enable = true;
port = 9010;
port = 9510;
group = "webhook";
user = "webhook";
environmentFiles = [