mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update tailscale to v1.78.3 (#1923)
This commit is contained in:
parent
84f0622627
commit
0fce74f838
@ -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.76.6@sha256:da35f0fbeb3037754049e3b079cb30c58c140576a50b54be107c0ff6ad0ec0e9
|
||||
image: tailscale/tailscale:v1.78.3@sha256:9d4c17a8451e2d1282c22aee1f08d28dc106979c39c7b5a35ec6313d4682a43e
|
||||
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.76.6"
|
||||
version: "v1.78.3"
|
||||
tagline: Zero config VPN to access your Umbrel from anywhere
|
||||
description: >-
|
||||
Tailscale is zero config VPN that creates a secure network between
|
||||
@ -28,7 +28,7 @@ path: ""
|
||||
deterministicPassword: false
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This update improves logging for client home DERP region changes and prevents premature server moves due to unusual latency.
|
||||
This update introduces client metrics, system policy management improvements and multiple fixes.
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/tailscale/tailscale/releases
|
||||
|
Loading…
Reference in New Issue
Block a user