-
Notifications
You must be signed in to change notification settings - Fork 5
/
dappnode_package.json
44 lines (43 loc) · 1.18 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "https.dnp.dappnode.eth",
"version": "0.2.0",
"description": "HTTPS portal for DAppNode",
"type": "dncore",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": ["Shardlabs <info@shardlabs.io> (https://shardlabs.io/)"],
"architectures": ["linux/amd64", "linux/arm64"],
"categories": ["Developer tools"],
"keywords": ["DAppNodeCore"],
"license": "GPL-3.0",
"links": {
"homepage": "https://github.com/dappnode/DNP_HTTPS"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DNP_HTTPS"
},
"bugs": {
"url": "https://github.com/dappnode/DNP_HTTPS/issues"
},
"requirements": {
"minimumDappnodeVersion": "0.2.95"
},
"backup": [
{
"name": "portal-certs",
"path": "/etc/ssl/dappnode/wildcard_certs/",
"service": "https.dnp.dappnode.eth"
},
{
"name": "portal-data",
"path": "/usr/src/app/domains",
"service": "https.dnp.dappnode.eth"
}
],
"globalEnvs": [
{
"envs": ["DOMAIN"],
"services": ["https.dnp.dappnode.eth"]
}
]
}