From a93eeec367ddc16b7fe456a2490343500a3c93d6 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Thu, 15 Jan 2026 13:58:23 +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 dbeac40..562f5df 100644 --- a/home-apps/n8n.yaml +++ b/home-apps/n8n.yaml @@ -124,6 +124,8 @@ spec: value: /root/.n8n-files - name: N8N_SKIP_AUTH_ON_OAUTH_CALLBACK value: "true" + - name: NODE_PATH + value: /root/.n8n/node_modules volumeMounts: - name: data mountPath: "/root/.n8n"