Skip to content
Closed
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
53 changes: 29 additions & 24 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
{
"name": "mysterium.dnp.dappnode.eth",
"version": "0.1.17",
"description": "Mysterium Network is building a global decentralised network of residential IPs. Running a Mysterium Node will make your IP discoverable, and rentable by internet users worldwide. You can obtain more information about how it works on https://docs.mysterium.network/#how-does-it-work",
"type": "service",
"mainService": "node",
"architectures": ["linux/amd64", "linux/arm64"],
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": ["Blockchain"],
"upstreamRepo": "mysteriumnetwork/node",
"upstreamArg": "UPSTREAM_VERSION",
"links": {
"homepage": "https://www.mysterium.network/",
"Mysterium UI": "http://mysterium.dappnode:4449/",
"Docs": "https://docs.mysterium.network/",
"Monitoring service for Mysterium Node": "https://mystnodes.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-Mysterium.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Mysterium/issues"
},
"license": "GPL-3.0",
"backup": [
{
"name": "myst-data",
"path": "/var/lib/mysterium-node",
"service": "node"
}
],
"upstreamVersion": "1.31.3"
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-Mysterium/issues"
},
"categories": [
"Blockchain"
],
"description": "Mysterium Network is building a global decentralised network of residential IPs. Running a Mysterium Node will make your IP discoverable, and rentable by internet users worldwide. You can obtain more information about how it works on https://docs.mysterium.network/#how-does-it-work",
"license": "GPL-3.0",
"links": {
"Docs": "https://docs.mysterium.network/",
"Monitoring service for Mysterium Node": "https://mystnodes.com/",
"Mysterium UI": "http://mysterium.dappnode:4449/",
"homepage": "https://www.mysterium.network/"
},
"mainService": "node",
"name": "mysterium.dnp.dappnode.eth",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-Mysterium.git"
},
"type": "service",
"upstreamArg": "UPSTREAM_VERSION",
"upstreamRepo": "mysteriumnetwork/node",
"upstreamVersion": "1.38.5",
"version": "0.1.18"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ./build
args:
UPSTREAM_VERSION: 1.31.3
UPSTREAM_VERSION: 1.38.5
image: node.mysterium.dnp.dappnode.eth:0.1.0
restart: unless-stopped
cap_add:
Expand Down
Loading