diff --git a/README.md b/README.md index d2b0f56f5..2a37597d1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index 443f3e548..bea3f67a1 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,2 +1,4 @@ # Changelog since v0.11.1 +- Fix login-server option (#184) +- Make Taildrop configurable (#185) - Make exit node advertisement configurable (#183) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 0457a87a2..9c2930051 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -110,12 +110,14 @@ instance. They need to start with `tag:`. More information: -## 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 diff --git a/tailscale/README.md b/tailscale/README.md index 648c33f8d..ade12e4df 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-8539da3-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/8539da3 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-db72e7d-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/db72e7d \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 8b906c660..840db3e3c 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -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} diff --git a/tailscale/translations/en.yaml b/tailscale/translations/en.yaml index d0252866f..ed7ee6852 100644 --- a/tailscale/translations/en.yaml +++ b/tailscale/translations/en.yaml @@ -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.