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" } 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: