mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update Tailscale to v1.46.1 (#732)
This commit is contained in:
parent
c91dae1109
commit
2e924b2d2c
|
@ -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.40.1@sha256:08dd1f465d6e96192b36c10f4366b3988bc6ad29f7b264bd020c1762ee325305
|
||||
image: tailscale/tailscale:v1.46.1@sha256:8abcbcfe179c454ab4c3b583626c4e5b2edcb7c0851fe09ba3313d4ca02aacdc
|
||||
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.40.1"
|
||||
version: "v1.46.1"
|
||||
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 release updates Tailscale from v1.34.2 to v1.40.1.
|
||||
This release updates Tailscale from v1.40.1 to v1.46.1.
|
||||
|
||||
|
||||
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases
|
||||
|
|
|
@ -42,4 +42,4 @@ defaultUsername: ""
|
|||
defaultPassword: ""
|
||||
torOnly: true
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel/commit/44c842bddafffa558569f730cb0d5442ee073bf5
|
||||
submission: https://github.com/getumbrel/umbrel/commit/44c842bddafffa558569f730cb0d5442ee073bf5
|
||||
|
|
Loading…
Reference in New Issue
Block a user