mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Tailscale to 04890f2
This commit is contained in:
parent
99e34cdf2e
commit
6ab1af40e3
5 changed files with 16 additions and 7 deletions
|
@ -939,10 +939,10 @@ SOFTWARE.
|
|||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/76184f1
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/76184f1/README.md
|
||||
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/04890f2
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/04890f2/README.md
|
||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-76184f1-blue.svg
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-04890f2-blue.svg
|
||||
[tailscale-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[tailscale-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# Changelog since v0.11.1
|
||||
- Drop userspace networking (#181)
|
||||
- Device limit update in DOCS.md (#192)
|
||||
|
||||
Co-authored-by: Nial <48334675+nmcc1212@users.noreply.github.com>
|
||||
- ⬆️ Update tailscale/tailscale to v1.40.0 (#191)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -11,7 +11,7 @@ manages firewall rules for you, and works from anywhere you are.
|
|||
|
||||
In order to use this add-on, you'll need a Tailscale account.
|
||||
|
||||
It is free to use for personal & hobby projects, up to 20 clients/devices on a
|
||||
It is free to use for personal & hobby projects, up to 100 clients/devices on a
|
||||
single user account. Sign up using your Google, Microsoft or GitHub account at
|
||||
the following URL:
|
||||
|
||||
|
|
|
@ -48,5 +48,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-76184f1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/76184f1
|
||||
[release-shield]: https://img.shields.io/badge/version-04890f2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/04890f2
|
|
@ -1,5 +1,5 @@
|
|||
name: Tailscale
|
||||
version: 76184f1
|
||||
version: 04890f2
|
||||
slug: tailscale
|
||||
description: Zero config VPN for building secure networks
|
||||
url: https://github.com/hassio-addons/addon-tailscale
|
||||
|
@ -18,6 +18,11 @@ arch:
|
|||
init: false
|
||||
hassio_api: true
|
||||
host_network: true
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
map:
|
||||
- share:rw
|
||||
schema:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue