From 19e768420e1d6aef29b1f016d6717146e9060df1 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 29 Nov 2021 09:54:46 +0000 Subject: [PATCH] :arrow_up: Updating add-on Tailscale to 6277de1 --- README.md | 6 +++--- tailscale/CHANGELOG.md | 4 ++++ tailscale/DOCS.md | 16 +++++++++++++++- tailscale/README.md | 4 ++-- tailscale/config.yaml | 5 ++++- 5 files changed, 28 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8d861d5dc..c868fd12e 100644 --- a/README.md +++ b/README.md @@ -930,10 +930,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/ec717a9 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/ec717a9/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/6277de1 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/6277de1/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-ec717a9-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-6277de1-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 diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index befc96f0b..e7b52d0a3 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog since v0.3.0 +- ⬆️ Upgrades Tailscale to 1.18.1 (#58) +- Add support for setting ACL tags (#57) + +Co-authored-by: frenck - ⬆️ Upgrades Tailscale to 1.18.0 (#56) - ⬆️ Upgrades add-on base image to 10.2.3 (#55) - ⬆️ Upgrades nginx to 1.20.2-r0 (#54) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 050e917ce..2511f18bc 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -32,7 +32,8 @@ however, it is nice to know where you need to go later on. ## Configuration -This add-on has no additional configuration options for the add-on itself. +This add-on has almost no additional configuration options for the +add-on itself. However, when logging in to Tailscale, you can configure your Tailscale network right from their interface. @@ -44,6 +45,19 @@ Tailscale account. Additionally, if the Supervisor managed your network ( which is the default), the add-on will also advertise routes to your subnet to Tailscale. +```yaml +tags: + - tag:example + - tag:homeassistant +``` + +### Option: `tags` + +This option allows you to specify specific ACL tags for this Tailscale +instance. They need to start with `tag:`. + +More information: + ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] diff --git a/tailscale/README.md b/tailscale/README.md index d36887476..b1bf25c13 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -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-ec717a9-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/ec717a9 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-6277de1-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/6277de1 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 9f7d127ed..aafe8f00a 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -18,7 +18,10 @@ name: Tailscale panel_icon: mdi:vpn privileged: - NET_ADMIN +schema: + tags: + - match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)? slug: tailscale startup: services url: https://github.com/hassio-addons/addon-tailscale -version: ec717a9 +version: 6277de1