Skip to content

Commit 89fbbcc

Browse files
chore: bump n8n upstream to 2.25.7
1 parent 7d72c96 commit 89fbbcc

1 file changed

Lines changed: 23 additions & 18 deletions

File tree

dappnode_package.json

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
{
2-
"name": "n8n.dnp.dappnode.eth",
3-
"version": "0.1.3",
4-
"license": "GPL-3.0",
5-
"shortDescription": "Workflow automation for your home server",
6-
"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",
7-
"type": "service",
2+
"architectures": [
3+
"linux/amd64",
4+
"linux/arm64"
5+
],
86
"author": "dappnode",
9-
"architectures": ["linux/amd64", "linux/arm64"],
10-
"links": {
11-
"ui": "http://n8n.dappnode:5678/",
12-
"homepage": "https://n8n.io"
13-
},
14-
"upstreamRepo": "n8n-io/n8n",
15-
"upstreamVersion": "n8n@2.25.7",
16-
"upstreamArg": "UPSTREAM_VERSION",
7+
"categories": [
8+
"AI"
9+
],
10+
"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",
1711
"exposable": [
1812
{
19-
"name": "n8n Webhooks",
2013
"description": "Public webhooks for n8n",
21-
"serviceName": "n8n",
14+
"fromSubdomain": "webhooks",
15+
"name": "n8n Webhooks",
2216
"port": 5678,
23-
"fromSubdomain": "webhooks"
17+
"serviceName": "n8n"
2418
}
2519
],
26-
"categories": ["AI"]
20+
"license": "GPL-3.0",
21+
"links": {
22+
"homepage": "https://n8n.io",
23+
"ui": "http://n8n.dappnode:5678/"
24+
},
25+
"name": "n8n.dnp.dappnode.eth",
26+
"shortDescription": "Workflow automation for your home server",
27+
"type": "service",
28+
"upstreamArg": "UPSTREAM_VERSION",
29+
"upstreamRepo": "n8n-io/n8n",
30+
"upstreamVersion": "2.25.7",
31+
"version": "0.1.4"
2732
}

0 commit comments

Comments
 (0)