Browse Source
Update Tailscale to v1.48.1 (#741)
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Ankit Nayan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
tailscale/docker-compose.yml
-
tailscale/umbrel-app.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.46.1@sha256:8abcbcfe179c454ab4c3b583626c4e5b2edcb7c0851fe09ba3313d4ca02aacdc |
|
|
|
image: tailscale/tailscale:v1.48.1@sha256:51c756718c30b15d1d3d228b1f4425cba646ec15da5d188a0d55c32b8ea4f378 |
|
|
|
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.46.1" |
|
|
|
version: "v1.48.1" |
|
|
|
tagline: Zero config VPN to access your Umbrel from anywhere |
|
|
|
description: >- |
|
|
|
Tailscale is zero config VPN that creates a secure network between |
|
|
@ -27,8 +27,8 @@ gallery: |
|
|
|
path: "" |
|
|
|
deterministicPassword: false |
|
|
|
torOnly: false |
|
|
|
releaseNotes: > |
|
|
|
This release updates Tailscale from v1.40.1 to v1.46.1. |
|
|
|
releaseNotes: >- |
|
|
|
This release updates Tailscale from v1.46.1 to v1.48.1. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases |
|
|
|