mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update tailscale to version v1.82.0 (#2495)
This commit is contained in:
parent
c4dfbea7cb
commit
d522f31b36
@ -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.80.3@sha256:af6026ed3e5892c5d4966962618a09685198111507df16803b2aec7066046582
|
||||
image: tailscale/tailscale:v1.82.0@sha256:d26fc9bb035b0559900cc6f23506f6b1ddab61a690ffab4f5d84feceb3de811e
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: tailscale
|
||||
category: networking
|
||||
name: Tailscale
|
||||
version: "v1.80.3"
|
||||
version: "v1.82.0"
|
||||
tagline: Zero config VPN to access your Umbrel from anywhere
|
||||
description: >-
|
||||
Tailscale is zero config VPN that creates a secure network between
|
||||
@ -32,10 +32,13 @@ releaseNotes: >-
|
||||
|
||||
|
||||
Notable changes include:
|
||||
- Added system policy for overriding device hostnames
|
||||
- Improved login UI with clearer button labeling
|
||||
- Better error messaging for Funnel configuration issues
|
||||
- Fixed custom coordination server connections when using non-standard ports
|
||||
- DERP supports certificate pinning for self-signed IP certificates
|
||||
- NAT traversal improves fallback routing via DERP
|
||||
- Improved captive portal detection on in-flight Wi-Fi networks
|
||||
- Port mapping retries in more error cases for better success rate
|
||||
- Web interface setting changes now apply without errors
|
||||
- Alpine image updated to version 3.19
|
||||
- Go updated to version 1.24.1
|
||||
|
||||
|
||||
Full release notes are available at https://tailscale.com/changelog
|
||||
|
Loading…
Reference in New Issue
Block a user