umbrel-apps/tailscale/umbrel-app.yml

42 lines
1.5 KiB
YAML
Raw Normal View History

2022-05-16 13:30:51 +00:00
manifestVersion: 1
2022-04-20 20:32:07 +00:00
id: tailscale
category: networking
2022-04-20 20:32:07 +00:00
name: Tailscale
2024-01-08 14:05:06 +00:00
version: "v1.56.1"
2022-04-20 20:32:07 +00:00
tagline: Zero config VPN to access your Umbrel from anywhere
description: >-
Tailscale is zero config VPN that creates a secure network between
your Umbrel and your other devices. Even when separated by firewalls or
subnets, Tailscale just works.
Tailscale will assign your Umbrel a stable IP and an auto-assigned domain that stays consistent, no matter what network your Umbrel is connected to. Its like a local network that works everywhere.
Tailscale builds on top of WireGuard®s Noise protocol encryption, a peer-reviewed and trusted standard.
developer: Tailscale Inc.
website: https://tailscale.com
dependencies: []
repo: https://github.com/tailscale/tailscale
support: https://tailscale.com/contact/support
2022-06-05 11:58:07 +00:00
port: 8240
2022-04-20 20:32:07 +00:00
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
deterministicPassword: false
2022-07-12 08:22:07 +00:00
torOnly: false
releaseNotes: |
2024-01-08 14:05:06 +00:00
This release updates Tailscale from v1.52.0 to v1.56.1 which includes:
2024-01-08 14:05:06 +00:00
- improve responsiveness under load, especially with bidirectional traffic
- improve UPnP portmapping
- add tailscale whois subcommand to observe metadata associated with a Tailscale IP
- include tailnet name and profile ID in tailscale switch --list to disambiguate profiles with common login names
- and many more improvements/fixes..
Full release notes and detailed information is available at https://github.com/tailscale/tailscale/releases
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/1248