change webhooks port
This commit is contained in:
parent
2521430f7d
commit
203dafe185
@ -152,7 +152,7 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
locations."/hooks" = {
|
locations."/hooks" = {
|
||||||
proxyPass = "http://127.0.0.1:9010/hooks";
|
proxyPass = "http://127.0.0.1:9510/hooks";
|
||||||
};
|
};
|
||||||
locations."/.well-known/matrix" = {
|
locations."/.well-known/matrix" = {
|
||||||
proxyPass = "https://matrix.ataraxiadev.com/.well-known/matrix";
|
proxyPass = "https://matrix.ataraxiadev.com/.well-known/matrix";
|
||||||
|
@ -23,7 +23,7 @@ in {
|
|||||||
|
|
||||||
services.webhook = {
|
services.webhook = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 9010;
|
port = 9510;
|
||||||
group = "webhook";
|
group = "webhook";
|
||||||
user = "webhook";
|
user = "webhook";
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user