From c19778f2e0eef6ba47a61fa1847f509eb31cdeb6 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 1 Dec 2025 11:01:09 +1100 Subject: [PATCH] Update n8n --- home-apps/n8n.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-apps/n8n.yaml b/home-apps/n8n.yaml index b004799..95b0c39 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -108,6 +108,8 @@ spec: value: "[]" - name: N8N_RESTRICT_FILE_ACCESS_TO value: /root/.n8n-files + - name: N8N_SKIP_AUTH_ON_OAUTH_CALLBACK + value: "true" volumeMounts: - name: data mountPath: "/root/.n8n"