-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdappnode_package.json
More file actions
32 lines (32 loc) · 920 Bytes
/
Copy pathdappnode_package.json
File metadata and controls
32 lines (32 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "dappnode",
"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": [
{
"description": "Public webhooks for n8n",
"fromSubdomain": "webhooks",
"name": "n8n Webhooks",
"port": 5678,
"serviceName": "n8n"
}
],
"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": "n8n@2.39.8",
"version": "0.1.5"
}