n8n
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
./netbird
|
||||
./keycloak
|
||||
./ollama
|
||||
./n8n
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -176,24 +176,14 @@
|
||||
service = "netbird";
|
||||
tls.certResolver = "cloudflare";
|
||||
};
|
||||
/*netbirdApi = {
|
||||
|
||||
/*n8n = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`vpn.blunkall.us`) && PathPrefix(`/api`)";
|
||||
service = "netbirdApi";
|
||||
tls.certResolver = "cloudflare";
|
||||
};
|
||||
netbirdMgmt = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`vpn.blunkall.us`) && PathPrefix(`/management.ManagementService`)";
|
||||
service = "netbirdMgmt";
|
||||
tls.certResolver = "cloudflare";
|
||||
};
|
||||
netbirdSignal = {
|
||||
entryPoints = [ "websecure" ];
|
||||
rule = "Host(`vpn.blunkall.us`) && PathPrefix(`/signalexchange.SignalExchange`)";
|
||||
service = "netbirdSignal";
|
||||
rule = "Host(`n8n.blunkall.us`)";
|
||||
service = "n8n";
|
||||
tls.certResolver = "cloudflare";
|
||||
};*/
|
||||
|
||||
};
|
||||
|
||||
middlewares = {
|
||||
@@ -229,6 +219,8 @@
|
||||
passHostHeader = true;
|
||||
servers = [ { url = "http://192.168.100.23:80"; } ];
|
||||
};
|
||||
|
||||
#n8n.loadBalancer.servers = [ { url = "http://192.168.100.21:5678"; } ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user