⬆️ Updating add-on Tailscale to db72e7d

This commit is contained in:
Community Hass.io Add-ons Bot 2023-04-15 13:27:27 +00:00
parent 5ecd1f6520
commit 0e5b33b8a3
6 changed files with 18 additions and 7 deletions

View file

@ -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/8539da3
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/8539da3/README.md
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/db72e7d
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/db72e7d/README.md
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
[tailscale-version-shield]: https://img.shields.io/badge/version-8539da3-blue.svg
[tailscale-version-shield]: https://img.shields.io/badge/version-db72e7d-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,2 +1,4 @@
# Changelog since v0.11.1
- Fix login-server option (#184)
- Make Taildrop configurable (#185)
- Make exit node advertisement configurable (#183)

View file

@ -110,12 +110,14 @@ instance. They need to start with `tag:`.
More information: <https://tailscale.com/kb/1068/acl-tags/>
## Taildrop
### Option: `taildrop`
This add-on support [Tailscale's Taildrop][taildrop] feature, which allows
you to send files to your Home Assistant instance from other Tailscale
devices.
When not set, this option is enabled by default.
Received files are stored in the `/share/taildrop` directory.
## Changelog & 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-8539da3-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/8539da3
[release-shield]: https://img.shields.io/badge/version-db72e7d-blue.svg
[release]: https://github.com/hassio-addons/addon-tailscale/tree/db72e7d

View file

@ -1,5 +1,5 @@
name: Tailscale
version: 8539da3
version: db72e7d
slug: tailscale
description: Zero config VPN for building secure networks
url: https://github.com/hassio-addons/addon-tailscale
@ -26,4 +26,5 @@ schema:
login_server: url?
tags:
- match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)?
taildrop: bool?
image: ghcr.io/hassio-addons/tailscale/{arch}

View file

@ -23,3 +23,9 @@ configuration:
description: >-
This option allows you to specify specific ACL tags for this
Tailscale instance. They need to start with `tag:`.
taildrop:
name: Taildrop
description: >-
This option allows you to enable Taildrop, a file sharing service
that allows you to share files with other Tailscale nodes.
When not set, this option is enabled by default.