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
40 changes: 24 additions & 16 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,36 @@
{
"name": "ethical-metrics.dnp.dappnode.eth",
"version": "0.1.1",
"upstreamVersion": "v2.47.0",
"upstreamRepo": "prometheus/prometheus",
"upstreamArg": "UPSTREAM_VERSION",
"description": "Ethical metrics is privacy-ensured solution for monitoring your Dappnode. This service alerts you about your Dappnode's status, using Tor hidden services to maintain the privacy of your IP address. Setting up is straightforward, requiring only an email address to receive alerts. In forthcoming updates, look forward to more types of alerts. Ethical Monitor is a genuine reflection of Dappnode's commitment to delivering services that value user's privacy and provide control over your staking experience.",
"type": "service",
"architectures": [
"linux/amd64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"architectures": ["linux/amd64"],
"categories": ["Monitoring"],
"links": {
"homepage": "https://dappnode.com/"
},
"license": "GPL-3.0",
"categories": [
"Monitoring"
],
"dependencies": {
"dms.dnp.dappnode.eth": "latest"
},
"description": "Ethical metrics is privacy-ensured solution for monitoring your Dappnode. This service alerts you about your Dappnode's status, using Tor hidden services to maintain the privacy of your IP address. Setting up is straightforward, requiring only an email address to receive alerts. In forthcoming updates, look forward to more types of alerts. Ethical Monitor is a genuine reflection of Dappnode's commitment to delivering services that value user's privacy and provide control over your staking experience.",
"globalEnvs": [
{
"envs": ["DOMAIN"],
"services": ["prometheus"]
"envs": [
"DOMAIN"
],
"services": [
"prometheus"
]
}
],
"license": "GPL-3.0",
"links": {
"homepage": "https://dappnode.com/"
},
"name": "ethical-metrics.dnp.dappnode.eth",
"requirements": {
"minimumDappnodeVersion": "0.2.78"
}
},
"type": "service",
"upstreamArg": "UPSTREAM_VERSION",
"upstreamRepo": "prometheus/prometheus",
"upstreamVersion": "v3.13.0",
"version": "0.1.2"
}
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: ./prometheus
args:
UPSTREAM_VERSION: v2.47.0
UPSTREAM_VERSION: v3.13.0
image: "prometheus.ethical-metrics.dnp.dappnode.eth:0.1.1"
tor-hidden-service:
build:
Expand Down
Loading