Skip to content
Closed
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
6 changes: 3 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailscale.dnp.dappnode.eth",
"version": "0.1.1",
"version": "0.2.1",
"description": "Tailscale is a mesh VPN alternative that makes it easy to connect your devices securely.",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
Expand All @@ -9,14 +9,14 @@
"docs": "https://docs.dappnode.io/docs/user/access-your-dappnode/vpn/tailscale"
},
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamVersion": "v1.84.2",
"upstreamVersion": "v1.90.6",
"upstreamRepo": "tailscale/tailscale",
"upstreamArg": "UPSTREAM_VERSION",
"license": "GPL-3.0",
"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)."
},
"requirements" : {
"requirements": {
"minimumDappnodeVersion": "0.3.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: .
args:
UPSTREAM_VERSION: v1.84.2
UPSTREAM_VERSION: v1.90.6
image: tailscale.dnp.dappnode.eth:0.1.0
restart: unless-stopped
environment:
Expand Down