|
1 | 1 | { |
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 | + ], |
8 | 6 | "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", |
17 | 11 | "exposable": [ |
18 | 12 | { |
19 | | - "name": "n8n Webhooks", |
20 | 13 | "description": "Public webhooks for n8n", |
21 | | - "serviceName": "n8n", |
| 14 | + "fromSubdomain": "webhooks", |
| 15 | + "name": "n8n Webhooks", |
22 | 16 | "port": 5678, |
23 | | - "fromSubdomain": "webhooks" |
| 17 | + "serviceName": "n8n" |
24 | 18 | } |
25 | 19 | ], |
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" |
27 | 32 | } |
0 commit comments