Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 50 additions & 50 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,124 +1,103 @@
{
"name": "hopr.public.dappnode.eth",
"version": "1.0.19",
"upstreamVersion": "kaunas",
"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 <tech@hoprnet.org> (https://hoprnet.org)",
"contributors": [
"Tropicar <tropicar@protonmail.com> (https://github.com/tropicar)"
"backup": [
{
"name": "data",
"path": "/app/hoprd/data"
},
{
"name": "config",
"path": "/app/hoprd/conf"
}
],
"upstreamRepo": "hoprnet/hoprnet",
"upstreamArg": "UPSTREAM_VERSION",
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Hopr/issues"
},
"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"
},
"contributors": [
"Tropicar <tropicar@protonmail.com> (https://github.com/tropicar)"
],
"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.",
"exposable": [
{
"name": "HOPR Admin UI",
"description": "Port for HOPR Admin UI console",
"name": "HOPR Admin UI",
"port": 3000,
"serviceName": "admin"
},
{
"name": "HOPR REST API",
"description": "Port for HOPR node REST API",
"name": "HOPR REST API",
"port": 3001,
"serviceName": "node"
},
{
"name": "HOPR p2p",
"description": "HOPR P2P port",
"name": "HOPR p2p",
"port": 9091,
"serviceName": "node"
},
{
"name": "GnosisVPN Session port",
"description": "Port used for Gnosis VPN",
"name": "GnosisVPN Session port",
"port": 1422,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 1)",
"description": "HOPR P2P port (alternative 1)",
"name": "HOPR p2p (alt 1)",
"port": 9092,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 2)",
"description": "HOPR P2P port (alternative 2)",
"name": "HOPR p2p (alt 2)",
"port": 9093,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 3)",
"description": "HOPR P2P port (alternative 3)",
"name": "HOPR p2p (alt 3)",
"port": 9094,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 4)",
"description": "HOPR P2P port (alternative 4)",
"name": "HOPR p2p (alt 4)",
"port": 9095,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 5)",
"description": "HOPR P2P port (alternative 5)",
"name": "HOPR p2p (alt 5)",
"port": 9096,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 6)",
"description": "HOPR P2P port (alternative 6)",
"name": "HOPR p2p (alt 6)",
"port": 9097,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 7)",
"description": "HOPR P2P port (alternative 7)",
"name": "HOPR p2p (alt 7)",
"port": 9098,
"serviceName": "node"
},
{
"name": "HOPR p2p (alt 8)",
"description": "HOPR P2P port (alternative 8)",
"name": "HOPR p2p (alt 8)",
"port": 9099,
"serviceName": "node"
}
],
"license": "GLP-3.0",
"backup": [
{
"name": "data",
"path": "/app/hoprd/data"
},
{
"name": "config",
"path": "/app/hoprd/conf"
}
],
"globalEnvs": [
{
"envs": [
Expand All @@ -128,5 +107,26 @@
"node"
]
}
]
],
"license": "GLP-3.0",
"links": {
"api": "http://hopr.public.dappnode:3001/swagger-ui/index.html",
"docs": "https://docs.hoprnet.org",
"homepage": "https://hoprnet.org/",
"ui": "http://admin.hopr.public.dappnode:4677/?apiEndpoint=http://hopr.public.dappnode:3001"
},
"mainService": "node",
"name": "hopr.public.dappnode.eth",
"repository": {
"type": "git",
"url": "git+https://github.com/dappnode/DAppNodePackage-Hopr"
},
"requirements": {
"minimumDappnodeVersion": "0.2.56"
},
"type": "service",
"upstreamArg": "UPSTREAM_VERSION",
"upstreamRepo": "hoprnet/hoprnet",
"upstreamVersion": "3.0.2",
"version": "1.0.20"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
args:
# see https://console.cloud.google.com/artifacts/docker/hoprassociation/europe-west3/docker-images/hoprd?inv=1&invt=AbqEGg&project=hoprassociation&pli=1
UPSTREAM_VERSION: >-
UPSTREAM_VERSION: 3.0.2
3.0.0@sha256:fa9764f5e9927094960f63dfb68dbf6cbc237210559a890f1effa29da6e92ecd
ports:
- "1422:1422/udp"
Expand Down
Loading