-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdappnode_package.json
More file actions
25 lines (25 loc) · 1.31 KB
/
Copy pathdappnode_package.json
File metadata and controls
25 lines (25 loc) · 1.31 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
{
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"description": "Tailscale is a mesh VPN alternative that makes it easy to connect your devices securely.",
"license": "GPL-3.0",
"links": {
"docs": "https://docs.dappnode.io/docs/user/access-your-dappnode/vpn/tailscale",
"homepage": "https://tailscale.com"
},
"name": "tailscale.dnp.dappnode.eth",
"requirements": {
"minimumDappnodeVersion": "0.3.2"
},
"type": "service",
"upstreamArg": "UPSTREAM_VERSION",
"upstreamRepo": "tailscale/tailscale",
"upstreamVersion": "v1.102.3",
"version": "0.3.1",
"warnings": {
"onMinorUpdate": "A manual update in your Tailscale configuration is needed after installing this Tailscale version. First, update your custom DNS settings in your [Tailscale Admin UI](https://login.tailscale.com/admin/dns), ensuring that both \"dappnode\" and \"dappnode.private\" nameservers are set. Then, accept both subnet routes that appear in your Dappnode machine of [Tailscale Machines UI](https://login.tailscale.com/admin/machines). For more information, please refer to [Dappnode Docs](https://docs.dappnode.io/docs/user/access-your-dappnode/vpn/tailscale#3-configure-tailscale-to-connect-to-dappnode-internal-networks)."
}
}