mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Tailscale to v1.33.158 (#263)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
5a389ac58f
commit
e00c13ba22
@ -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,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
|
||||
|
@ -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…
Reference in New Issue
Block a user