mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on Tailscale to a69e4e8
This commit is contained in:
parent
e79ad7153c
commit
db5a0ababe
5 changed files with 15 additions and 12 deletions
|
@ -939,10 +939,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/0d213e1
|
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/a69e4e8
|
||||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/0d213e1/README.md
|
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/a69e4e8/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-0d213e1-blue.svg
|
[tailscale-version-shield]: https://img.shields.io/badge/version-a69e4e8-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,2 +1,5 @@
|
||||||
# Changelog since v0.9.0
|
# Changelog since v0.10.0
|
||||||
- Add support for Taildrop (#165)
|
- Remove unneeded add-on privileges (#171)
|
||||||
|
- Extend documentation with disabling key expiry (#172)
|
||||||
|
|
||||||
|
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
||||||
|
|
|
@ -51,6 +51,9 @@ Tailscale account. Additionally, if the Supervisor managed your network (
|
||||||
which is the default), the add-on will also advertise routes to your
|
which is the default), the add-on will also advertise routes to your
|
||||||
subnets on all supported interfaces to Tailscale.
|
subnets on all supported interfaces to Tailscale.
|
||||||
|
|
||||||
|
Consider disabling key expiry to avoid losing connection to your Home Assistant
|
||||||
|
device. See [Key expiry][tailscale_info_key_expiry] for more information.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
tags:
|
tags:
|
||||||
- tag:example
|
- tag:example
|
||||||
|
@ -166,3 +169,4 @@ SOFTWARE.
|
||||||
[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/
|
[taildrop]: https://tailscale.com/taildrop/
|
||||||
|
[tailscale_info_key_expiry]: https://tailscale.com/kb/1028/key-expiry/
|
||||||
|
|
|
@ -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-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-0d213e1-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-a69e4e8-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/0d213e1
|
[release]: https://github.com/hassio-addons/addon-tailscale/tree/a69e4e8
|
|
@ -1,5 +1,5 @@
|
||||||
name: Tailscale
|
name: Tailscale
|
||||||
version: 0d213e1
|
version: a69e4e8
|
||||||
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
|
||||||
|
@ -17,10 +17,6 @@ arch:
|
||||||
- i386
|
- i386
|
||||||
init: false
|
init: false
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
privileged:
|
|
||||||
- NET_ADMIN
|
|
||||||
devices:
|
|
||||||
- /dev/net/tun
|
|
||||||
host_network: true
|
host_network: true
|
||||||
map:
|
map:
|
||||||
- share:rw
|
- share:rw
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue