From 9bd2d2fa811dd868b2458492f4a2078a7556d2c9 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:08:24 +0000 Subject: [PATCH 1/2] chore: bump n8n upstream to 2.26.7 --- dappnode_package.json | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 6da0bc9..988b041 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,27 +1,32 @@ { - "name": "n8n.dnp.dappnode.eth", - "version": "0.1.3", - "license": "GPL-3.0", - "shortDescription": "Workflow automation for your home server", - "description": "Self-hosted n8n on Dappnode. Build with the precision of code or the speed of drag-n-drop. n8n gives you more freedom to implement multi-step AI agents and integrate apps than any other tool, all private from your Dappnode", - "type": "service", + "architectures": [ + "linux/amd64", + "linux/arm64" + ], "author": "dappnode", - "architectures": ["linux/amd64", "linux/arm64"], - "links": { - "ui": "http://n8n.dappnode:5678/", - "homepage": "https://n8n.io" - }, - "upstreamRepo": "n8n-io/n8n", - "upstreamVersion": "n8n@2.25.7", - "upstreamArg": "UPSTREAM_VERSION", + "categories": [ + "AI" + ], + "description": "Self-hosted n8n on Dappnode. Build with the precision of code or the speed of drag-n-drop. n8n gives you more freedom to implement multi-step AI agents and integrate apps than any other tool, all private from your Dappnode", "exposable": [ { - "name": "n8n Webhooks", "description": "Public webhooks for n8n", - "serviceName": "n8n", + "fromSubdomain": "webhooks", + "name": "n8n Webhooks", "port": 5678, - "fromSubdomain": "webhooks" + "serviceName": "n8n" } ], - "categories": ["AI"] + "license": "GPL-3.0", + "links": { + "homepage": "https://n8n.io", + "ui": "http://n8n.dappnode:5678/" + }, + "name": "n8n.dnp.dappnode.eth", + "shortDescription": "Workflow automation for your home server", + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "n8n-io/n8n", + "upstreamVersion": "2.26.7", + "version": "0.1.4" } From 89e476098274e2a5f9e9351b724ffa82daeb179d Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:08:25 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to 2.26.7 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f9cbb81..3c00d5c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: context: . dockerfile: Dockerfile args: - UPSTREAM_VERSION: n8n@2.25.7 + UPSTREAM_VERSION: 2.26.7 image: n8n.dnp.dappnode.eth:0.1.0 restart: unless-stopped environment: