diff --git a/dappnode_package.json b/dappnode_package.json index 86722eb..a5cd747 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,124 +1,103 @@ { - "name": "hopr-testnet.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 (https://hoprnet.org)", - "contributors": [ - "Tropicar (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-Testnet/issues" + }, "categories": [ "Communications", "Economic incentive" ], - "links": { - "homepage": "https://hoprnet.org/", - "ui": "http://admin.hopr-testnet.public.dappnode/?apiEndpoint=http://hopr-testnet.public.dappnode:3101", - "api": "http://hopr-testnet.public.dappnode:3101/swagger-ui/index.html", - "docs": "https://docs.hoprnet.org" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/dappnode/DAppNodePackage-Hopr-Testnet" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-Hopr-Testnet/issues" - }, - "requirements": { - "minimumDappnodeVersion": "0.2.56" - }, + "contributors": [ + "Tropicar (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": 3100, "serviceName": "admin" }, { - "name": "HOPR REST API", "description": "Port for HOPR node REST API", + "name": "HOPR REST API", "port": 3101, "serviceName": "node" }, { - "name": "HOPR p2p", "description": "HOPR P2P port", + "name": "HOPR p2p", "port": 9191, "serviceName": "node" }, { - "name": "GnosisVPN Session port", "description": "Port used for Gnosis VPN", + "name": "GnosisVPN Session port", "port": 1522, "serviceName": "node" }, { - "name": "HOPR p2p (alt 1)", "description": "HOPR P2P port (alternative 1)", + "name": "HOPR p2p (alt 1)", "port": 9192, "serviceName": "node" }, { - "name": "HOPR p2p (alt 2)", "description": "HOPR P2P port (alternative 2)", + "name": "HOPR p2p (alt 2)", "port": 9193, "serviceName": "node" }, { - "name": "HOPR p2p (alt 3)", "description": "HOPR P2P port (alternative 3)", + "name": "HOPR p2p (alt 3)", "port": 9194, "serviceName": "node" }, { - "name": "HOPR p2p (alt 4)", "description": "HOPR P2P port (alternative 4)", + "name": "HOPR p2p (alt 4)", "port": 9195, "serviceName": "node" }, { - "name": "HOPR p2p (alt 5)", "description": "HOPR P2P port (alternative 5)", + "name": "HOPR p2p (alt 5)", "port": 9196, "serviceName": "node" }, { - "name": "HOPR p2p (alt 6)", "description": "HOPR P2P port (alternative 6)", + "name": "HOPR p2p (alt 6)", "port": 9197, "serviceName": "node" }, { - "name": "HOPR p2p (alt 7)", "description": "HOPR P2P port (alternative 7)", + "name": "HOPR p2p (alt 7)", "port": 9198, "serviceName": "node" }, { - "name": "HOPR p2p (alt 8)", "description": "HOPR P2P port (alternative 8)", + "name": "HOPR p2p (alt 8)", "port": 9199, "serviceName": "node" } ], - "license": "GLP-3.0", - "backup": [ - { - "name": "data", - "path": "/app/hoprd/data" - }, - { - "name": "config", - "path": "/app/hoprd/conf" - } - ], "globalEnvs": [ { "envs": [ @@ -128,5 +107,26 @@ "node" ] } - ] + ], + "license": "GLP-3.0", + "links": { + "api": "http://hopr-testnet.public.dappnode:3101/swagger-ui/index.html", + "docs": "https://docs.hoprnet.org", + "homepage": "https://hoprnet.org/", + "ui": "http://admin.hopr-testnet.public.dappnode/?apiEndpoint=http://hopr-testnet.public.dappnode:3101" + }, + "mainService": "node", + "name": "hopr-testnet.public.dappnode.eth", + "repository": { + "type": "git", + "url": "git+https://github.com/dappnode/DAppNodePackage-Hopr-Testnet" + }, + "requirements": { + "minimumDappnodeVersion": "0.2.56" + }, + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "hoprnet/hoprnet", + "upstreamVersion": "3.0.2", + "version": "1.0.20" } diff --git a/docker-compose.yml b/docker-compose.yml index e997827..3127735 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: 4.0.0-rc.4@sha256:b4fa010ddfe9ad83cdf54b17438db5997ae5f40771e600f5fbf06342cfbb2864 + UPSTREAM_VERSION: 3.0.2 ports: - "3101:3101/tcp" - 9191:9191/tcp