-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
40 lines (40 loc) · 1.32 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
{
"name": "storj.public.dappnode.eth",
"version": "0.0.24",
"upstreamVersion": "v1.97.1",
"upstreamRepo": "storj/storj",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Earn tokens by sharing your disk space on the Storj network",
"description": "Storj is the supply-side node for offering hard drive capacity and bandwidth to their suite of decentralized applications. Storj pays you for your unused disk space and connection in **STORJ tokens!**",
"type": "service",
"author": "DAppNode Association <[email protected]> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <[email protected]> (https://github.com/eduadiez)",
"Pablo <[email protected]> (https://github.com/pablomendezroyo)"
],
"architectures": ["linux/amd64", "linux/arm64"],
"backup": [
{
"name": "identity",
"path": "/root/.local/share/storj/identity/storagenode"
}
],
"globalEnvs": [
{
"envs": ["HOSTNAME"],
"services": ["storj.public.dappnode.eth"]
}
],
"categories": ["Economic incentive"],
"links": {
"ui": "http://storj.public.dappnode/"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-storj.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-storj/issues"
},
"license": "GPL-3.0"
}