mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +00:00
⬆️ Updating add-on Tailscale to 7baf4a6
This commit is contained in:
parent
bfbf237645
commit
fcd3912f56
5 changed files with 12 additions and 6 deletions
|
@ -1068,10 +1068,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/25418d6
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/25418d6/README.md
|
||||
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/7baf4a6
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/7baf4a6/README.md
|
||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-25418d6-blue.svg
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-7baf4a6-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-no-red.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v0.15.0
|
||||
- Use readonly webui mode in v1.60 (#330)
|
||||
- ⬆️ Update tailscale/tailscale to v1.60.0 (#332)
|
||||
|
||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||
|
|
|
@ -56,6 +56,11 @@ 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.
|
||||
|
||||
**Note:** _Some of the options below also available on Tailscale's web interface
|
||||
through the Web UI, but they are made read only there. You can't change them
|
||||
through the Web UI, because all the changes made there would be lost when the
|
||||
add-on is restarted._
|
||||
|
||||
```yaml
|
||||
accept_dns: true
|
||||
accept_routes: true
|
||||
|
|
|
@ -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-25418d6-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/25418d6
|
||||
[release-shield]: https://img.shields.io/badge/version-7baf4a6-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/7baf4a6
|
|
@ -1,5 +1,5 @@
|
|||
name: Tailscale
|
||||
version: 25418d6
|
||||
version: 7baf4a6
|
||||
slug: tailscale
|
||||
description: Zero config VPN for building secure networks
|
||||
url: https://github.com/hassio-addons/addon-tailscale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue