⬆️ Updating add-on Tailscale to 6277de1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-29 09:54:46 +00:00
parent 5e020a0c25
commit 19e768420e
5 changed files with 28 additions and 7 deletions

View file

@ -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

View file

@ -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 <frenck@users.noreply.github.com>
- ⬆️ 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)

View file

@ -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: <https://tailscale.com/kb/1068/acl-tags/>
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]

View file

@ -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
[release-shield]: https://img.shields.io/badge/version-6277de1-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/6277de1

View file

@ -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