mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Tailscale 0.10.0
This commit is contained in:
parent
dc17058542
commit
ed4ba323f8
5 changed files with 19 additions and 23 deletions
|
@ -882,10 +882,10 @@ SOFTWARE.
|
||||||
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||||
[vscode-i386-shield]: https://img.shields.io/badge/i386-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/v0.9.0
|
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.10.0
|
||||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.9.0/README.md
|
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.10.0/README.md
|
||||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||||
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
|
[tailscale-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||||
[tailscale-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[tailscale-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,20 +1,5 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
## 🐛 Bug fixes
|
## ✨ New features
|
||||||
|
|
||||||
- 🐛 Bugfix in migrated S6 scripts @lmagyar ([#158](https://github.com/hassio-addons/addon-tailscale/pull/158))
|
- Add support for Taildrop @frenck ([#165](https://github.com/hassio-addons/addon-tailscale/pull/165))
|
||||||
|
|
||||||
## 🚀 Enhancements
|
|
||||||
|
|
||||||
- 🚀 Advertise all supported interfaces as Tailscale Subnets @lmagyar ([#135](https://github.com/hassio-addons/addon-tailscale/pull/135))
|
|
||||||
- 🚀 Suppress tailscaled logs after 200 lines @lmagyar ([#138](https://github.com/hassio-addons/addon-tailscale/pull/138))
|
|
||||||
|
|
||||||
## 📚 Documentation
|
|
||||||
|
|
||||||
- 📚 Fix broken URL @wrt54g ([#159](https://github.com/hassio-addons/addon-tailscale/pull/159))
|
|
||||||
|
|
||||||
## ⬆️ Dependency updates
|
|
||||||
|
|
||||||
- ⬆️ Update Add-on base image to v13.1.5 @renovate ([#160](https://github.com/hassio-addons/addon-tailscale/pull/160))
|
|
||||||
- ⬆️ Update tailscale/tailscale to v1.38.3 @renovate ([#161](https://github.com/hassio-addons/addon-tailscale/pull/161))
|
|
||||||
- ⬆️ Update Add-on base image to v13.2.0 @renovate ([#163](https://github.com/hassio-addons/addon-tailscale/pull/163))
|
|
||||||
|
|
|
@ -87,6 +87,14 @@ more severe level, e.g., `debug` also shows `info` messages. By default,
|
||||||
the `log_level` is set to `info`, which is the recommended setting unless
|
the `log_level` is set to `info`, which is the recommended setting unless
|
||||||
you are troubleshooting.
|
you are troubleshooting.
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
Received files are stored in the `/share/taildrop` directory.
|
||||||
|
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
|
@ -157,3 +165,4 @@ SOFTWARE.
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-tailscale/releases
|
[releases]: https://github.com/hassio-addons/addon-tailscale/releases
|
||||||
[semver]: https://semver.org/spec/v2.0.0.html
|
[semver]: https://semver.org/spec/v2.0.0.html
|
||||||
|
[taildrop]: https://tailscale.com/taildrop/
|
||||||
|
|
|
@ -29,5 +29,5 @@ manages firewall rules for you, and works from anywhere you are.
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v0.9.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.9.0
|
[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.10.0
|
|
@ -1,5 +1,5 @@
|
||||||
name: Tailscale
|
name: Tailscale
|
||||||
version: 0.9.0
|
version: 0.10.0
|
||||||
slug: tailscale
|
slug: tailscale
|
||||||
description: Zero config VPN for building secure networks
|
description: Zero config VPN for building secure networks
|
||||||
url: https://github.com/hassio-addons/addon-tailscale
|
url: https://github.com/hassio-addons/addon-tailscale
|
||||||
|
@ -22,6 +22,8 @@ privileged:
|
||||||
devices:
|
devices:
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
host_network: true
|
host_network: true
|
||||||
|
map:
|
||||||
|
- share:rw
|
||||||
schema:
|
schema:
|
||||||
tags:
|
tags:
|
||||||
- match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)?
|
- match(^tag:[a-zA-Z0-9]-?[a-zA-Z0-9]+$)?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue