-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathdappnode_package.json
More file actions
32 lines (32 loc) · 1 KB
/
dappnode_package.json
File metadata and controls
32 lines (32 loc) · 1 KB
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
{
"name": "vpn.dnp.dappnode.eth",
"version": "0.2.8",
"description": "Dappnode package responsible for providing the VPN (OpenVPN) connection",
"type": "dncore",
"architectures": ["linux/amd64", "linux/arm64"],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)",
"DAppLion <dapplion@giveth.io> (https://github.com/dapplion)",
"vdo <vdo@giveth.io> (https://github.com/vdo)",
"Alex Floyd <alex@giveth.io> (https://github.com/mex20)"
],
"keywords": ["DAppNodeCore", "VPN", "OpenVPN"],
"links": {
"homepage": "https://github.com/dappnode/DNP_VPN#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DNP_VPN"
},
"bugs": {
"url": "https://github.com/dappnode/DNP_VPN/issues"
},
"license": "GPL-3.0",
"globalEnvs": [
{
"envs": ["HOSTNAME", "INTERNAL_IP"],
"services": ["vpn.dnp.dappnode.eth"]
}
]
}