mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-07 12:41:28 +00:00
⬆️ Updating add-on Tailscale to 2e88d81
This commit is contained in:
parent
cf2738cfd5
commit
f96c4cfba2
5 changed files with 16 additions and 6 deletions
|
@ -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/7f7aa4f
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/7f7aa4f/README.md
|
||||
[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/2e88d81
|
||||
[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/2e88d81/README.md
|
||||
[tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-7f7aa4f-blue.svg
|
||||
[tailscale-version-shield]: https://img.shields.io/badge/version-2e88d81-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
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
# Changelog since v0.11.1
|
||||
- Use new .Self.CapMap in status JSON for HTTPS support check (#260)
|
||||
- Update Installation section in documentation (#242)
|
||||
- Warn about key expiration (#255)
|
||||
|
||||
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
||||
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
||||
- Enable Tailscale's Funnel feature (#197)
|
||||
|
||||
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
||||
|
|
|
@ -28,12 +28,16 @@ however, it is nice to know where you need to go later on.
|
|||
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
|
||||
|
||||
1. Click the "Install" button to install the add-on.
|
||||
1. **See the "Option: `proxy`" section of this documentation for the necessary
|
||||
configuration changes in Home Assistant!**
|
||||
1. Start the "Tailscale" add-on.
|
||||
1. Check the logs of the "Tailscale" add-on to see if everything went well.
|
||||
1. Open the Web UI of the "Tailscale" add-on to complete authentication and
|
||||
couple your Home Assistant instance with your Tailscale account.
|
||||
**Note:** Some browsers don't work with this step. It is recommended to
|
||||
complete this step on a desktop or laptop computer using the Chrome browser.
|
||||
1. Check the logs of the "Tailscale" add-on again, to see if everything went
|
||||
well.
|
||||
1. Done!
|
||||
|
||||
## Configuration
|
||||
|
|
|
@ -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-7f7aa4f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/7f7aa4f
|
||||
[release-shield]: https://img.shields.io/badge/version-2e88d81-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-tailscale/tree/2e88d81
|
|
@ -1,5 +1,5 @@
|
|||
name: Tailscale
|
||||
version: 7f7aa4f
|
||||
version: 2e88d81
|
||||
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