-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdappnode_package.json
28 lines (28 loc) · 1.16 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
{
"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",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"architectures": ["linux/amd64"],
"categories": ["Monitoring"],
"links": {
"homepage": "https://dappnode.com/"
},
"license": "GPL-3.0",
"dependencies": {
"dms.dnp.dappnode.eth": "latest"
},
"globalEnvs": [
{
"envs": ["DOMAIN"],
"services": ["prometheus"]
}
],
"requirements": {
"minimumDappnodeVersion": "0.2.78"
}
}