-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
35 lines (35 loc) · 1012 Bytes
/
dappnode_package.json
File metadata and controls
35 lines (35 loc) · 1012 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
33
34
35
{
"name": "hive.public.dappnode.eth",
"version": "0.1.0",
"description": "Decentralised Infrastructure for a User-Sovereign Internet",
"shortDescription": "Run a Hive P2P node on your DAppNode (Swarm + IPFS upstreams).",
"type": "service",
"mainService": "node",
"architectures": ["linux/amd64"],
"author": "metaprovide",
"categories": ["Developer tools"],
"license": "GPL-3.0",
"requirements": {
"minimumDappnodeVersion": "0.2.29"
},
"links": {
"homepage": "https://github.com/metaprovide/hive",
"ui": "http://dashboard.hive.public.dappnode",
"docs": "http://node.hive.public.dappnode:4774/hive/docs/api",
"api": "http://node.hive.public.dappnode:4774/"
},
"backup": [
{
"name": "hive-data",
"path": "/data/hive"
}
],
"exposable": [
{
"name": "Hive HTTP API",
"description": "REST API and gateway proxies (configure exposure only if you understand the risks)",
"serviceName": "node",
"port": 4774
}
]
}