Browse Source

Update Tailscale to v1.33.158 (#263)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Steven Briscoe 2 years ago
committed by GitHub
parent
commit
e00c13ba22
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tailscale/docker-compose.yml
  2. 2
      tailscale/exports.sh
  3. 4
      tailscale/umbrel-app.yml

2
tailscale/docker-compose.yml

@ -3,7 +3,7 @@ version: "3.7"
services:
web:
network_mode: "host" # TODO: We can remove this later with some iptables magic
image: tailscale/tailscale:v1.33.19@sha256:5f24f44cc7e38ffe68064ee706f88f0f4b808bffd7cdee9a01552be49110e170
image: tailscale/tailscale:v1.33.158@sha256:e5610d019e82ac1929a9318ca928f0ed4bceaeb4c47541eff690a375995866a2
restart: on-failure
stop_grace_period: 1m
command: "sh -c 'tailscale web --listen 0.0.0.0:${APP_TAILSCALE_PORT} & exec tailscaled --tun=userspace-networking'"

2
tailscale/exports.sh

@ -2,7 +2,7 @@ export APP_TAILSCALE_IP="10.21.21.80"
export APP_TAILSCALE_PORT="8240"
# Detect we are running in a tailscale install
if ! cat "${UMBREL_ROOT}/db/user.json" | grep '"tailscale"'
if ! cat "${UMBREL_ROOT}/db/user.json" | grep --quiet '"tailscale"'
then
# Only patch unmodified v0.5.0 app script to prevent infinite loop or making weird changes to future app scripts

4
tailscale/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: tailscale
category: Networking
name: Tailscale
version: "v1.33.19"
version: "v1.33.158"
tagline: Zero config VPN to access your Umbrel from anywhere
description: >-
Tailscale is zero config VPN that creates a secure network between
@ -28,8 +28,6 @@ path: ""
deterministicPassword: false
torOnly: false
releaseNotes: >
- Support NextDNS
- Various bug fixes
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/1248

Loading…
Cancel
Save