-
Notifications
You must be signed in to change notification settings - Fork 9
/
dappnode_package.json
130 lines (130 loc) · 3.17 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "hopr.public.dappnode.eth",
"version": "1.0.19",
"upstreamVersion": "saint-louis",
"description": "The HOPR protocol ensures everyone has control of their privacy, data, and identity. By running a HOPR Node, you can obtain HOPR tokens by relaying data and connect to the HOPR Network.",
"type": "service",
"architectures": [
"linux/amd64"
],
"mainService": "node",
"author": "HOPR Association <[email protected]> (https://hoprnet.org)",
"contributors": [
"Tropicar <[email protected]> (https://github.com/tropicar)"
],
"upstreamRepo": "hoprnet/hoprnet",
"upstreamArg": "UPSTREAM_VERSION",
"categories": [
"Communications",
"Economic incentive"
],
"links": {
"homepage": "https://hoprnet.org/",
"ui": "http://admin.hopr.public.dappnode:4677/?apiEndpoint=http://hopr.public.dappnode:3001",
"api": "http://hopr.public.dappnode:3001/swagger-ui/index.html",
"docs": "https://docs.hoprnet.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-Hopr"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Hopr/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.56"
},
"exposable": [
{
"name": "HOPR Admin UI",
"description": "Port for HOPR Admin UI console",
"port": 3000,
"serviceName": "admin"
},
{
"name": "HOPR REST API",
"description": "Port for HOPR node REST API",
"port": 3001,
"serviceName": "node"
},
{
"name": "HOPR p2p",
"description": "HOPR P2P port",
"port": 9091,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 1)",
"description": "HOPR P2P port (alternative 1)",
"port": 9092,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 2)",
"description": "HOPR P2P port (alternative 2)",
"port": 9093,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 3)",
"description": "HOPR P2P port (alternative 3)",
"port": 9094,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 4)",
"description": "HOPR P2P port (alternative 4)",
"port": 9095,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 5)",
"description": "HOPR P2P port (alternative 5)",
"port": 9096,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 6)",
"description": "HOPR P2P port (alternative 6)",
"port": 9097,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 7)",
"description": "HOPR P2P port (alternative 7)",
"port": 9098,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 8)",
"description": "HOPR P2P port (alternative 8)",
"port": 9099,
"serviceName": "node"
}
],
"license": "GLP-3.0",
"backup": [
{
"name": "db",
"path": "/app/hoprd-db/db"
},
{
"name": "identity",
"path": "/app/hoprd-db/.hopr-identity"
},
{
"name": "config",
"path": "/app/hoprd.cfg.yaml"
}
],
"globalEnvs": [
{
"envs": [
"DOMAIN"
],
"services": [
"node"
]
}
]
}