Platform 23.11 #96

Merged
max merged 47 commits from platform-23.11 into master 2023-12-05 01:59:28 +02:00
Showing only changes of commit 28d2e668f7 - Show all commits

View file

@ -13,6 +13,7 @@ in
services.n8n = { services.n8n = {
enable = true; enable = true;
webhookUrl = "https://${apiAddr}";
settings = { settings = {
inherit (config.links.api) port; inherit (config.links.api) port;
}; };
@ -22,7 +23,6 @@ in
N8N_LISTEN_ADDRESS = "127.0.0.1"; N8N_LISTEN_ADDRESS = "127.0.0.1";
N8N_ENDPOINT_WEBHOOK = "api"; N8N_ENDPOINT_WEBHOOK = "api";
N8N_ENDPOINT_WEBHOOK_TEST = "test"; N8N_ENDPOINT_WEBHOOK_TEST = "test";
WEBHOOK_URL = "https://${apiAddr}";
}; };
services.nginx.virtualHosts."${apiAddr}" = lib.recursiveUpdate proxy { services.nginx.virtualHosts."${apiAddr}" = lib.recursiveUpdate proxy {