forked from w3rkspacelabs/DAppNodePackage-Swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
73 lines (73 loc) · 2.51 KB
/
dappnode_package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "swarm.public.dappnode.eth",
"version": "1.0.24",
"upstreamVersion": "v2.1.0",
"upstreamRepo": "ethersphere/bee",
"upstreamArg": "UPSTREAM_VERSION",
"description": "[Swarm](https://www.ethswarm.org/) is a decentralised data storage and distribution technology. Ready to power the next generation of censorship-resistant, unstoppable, serverless dapps.\n\n\nBy running a Swarm node on Dappnode, you help build a resilient, serverless web while **being rewarded with BZZ tokens** for your participation.\n\n\nLearn about all you can do today with Swarm in the [Swarm documentation](https://docs.ethswarm.org/).",
"shortDescription": "Get rewarded for supporting the Swarm network with your free storage and bandwidth.",
"type": "service",
"mainService": "bee",
"architectures": ["linux/amd64"],
"author": "rampall <[email protected]> (https://github.com/rampall)",
"contributors": [
"rampall <[email protected]> (https://github.com/rampall)",
"mfw78 <[email protected]> (https://github.com/mfw78)",
"DAppNode Association <[email protected]> (https://github.com/dappnode)",
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"Tropicar (https://github.com/tropicar)"
],
"categories": ["Storage", "Communications"],
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/rampall/DAppNodePackage-swarm.git"
},
"bugs": {
"url": "https://github.com/rampall/DAppNodePackage-swarm/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.29"
},
"links": {
"homepage": "https://www.ethswarm.org/",
"ui": "http://dashboard.swarm.public.dappnode/",
"api": "http://bee.swarm.public.dappnode:1633/",
"Debug API": "http://bee.swarm.public.dappnode:1635/peers",
"Swarm Documentation": "https://docs.ethswarm.org/"
},
"backup": [
{
"name": "keys",
"path": "/home/bee/.bee/keys"
},
{
"name": "statestore",
"path": "/home/bee/.bee/statestore"
},
{
"name": "localstore",
"path": "/home/bee/.bee/localstore"
},
{
"name": "stamperstore",
"path": "/home/bee/.bee/stamperstore"
},
{
"name": "kademlia-metrics",
"path": "/home/bee/.bee/kademlia-metrics"
},
{
"name": "password",
"path": "/home/bee/.bee/password"
}
],
"exposable": [
{
"name": "Bee P2P Port",
"description": "P2P port for swarming with other bees",
"serviceName": "bee",
"port": 1634
}
]
}