This commit is contained in:
2025-07-29 20:37:19 -05:00
parent ac5afe25b4
commit 73b786f3f9
4 changed files with 25 additions and 20 deletions

View File

@@ -21,9 +21,23 @@
openFirewall = true;
settings = {};
settings = {
};
webhookUrl = "";
#webhookUrl = "https://n8n.blunkall.us/";
};
systemd.services.n8n = {
environment = {
N8N_DIAGNOSTICS_ENABLED = false;
N8N_VERSION_NOTIFICATIONS_ENABLED = false;
N8N_TEMPLATES_ENABLED = false;
EXTERNAL_FRONTEND_HOOKS_URLS = "";
N8N_DIAGNOSTICS_CONFIG_FRONTEND = "";
N8N_DIAGNOSTICS_CONFIG_BACKEND = "";
};
};
system.stateVersion = "25.05";