diff --git a/README.md b/README.md index d7afb435..cfd579e8 100644 --- a/README.md +++ b/README.md @@ -907,10 +907,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/v0.5.4 -[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.5.4/README.md +[addon-tailscale]: https://github.com/hassio-addons/addon-tailscale/tree/v0.6.0 +[addon-doc-tailscale]: https://github.com/hassio-addons/addon-tailscale/blob/v0.6.0/README.md [tailscale-issue]: https://github.com/hassio-addons/addon-tailscale/issues -[tailscale-version-shield]: https://img.shields.io/badge/version-v0.5.4-blue.svg +[tailscale-version-shield]: https://img.shields.io/badge/version-v0.6.0-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 f3e5d474..37d4a04e 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,5 +1,18 @@ ## What’s changed +## πŸ› Bug fixes + +- Fix startup error related to upstream changes @elcajon (#81) + +## πŸš€ Enhancements + +- πŸ”’ Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#84) + +## πŸ“š Documentation + +- πŸ“š Add My buttons to documentation @frenck (#85) + ## ⬆️ Dependency updates -- ⬆️ Upgrades Tailscale to 1.22.0 @klaasnicolaas (#80) +- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#82) +- ⬆️ Upgrades Tailscale to 1.22.1 @frenck (#83) diff --git a/tailscale/DOCS.md b/tailscale/DOCS.md index 0fc3752e..2f5c28e7 100644 --- a/tailscale/DOCS.md +++ b/tailscale/DOCS.md @@ -22,14 +22,26 @@ however, it is nice to know where you need to go later on. ## Installation -1. Search for the "Tailscale" add-on in the Supervisor add-on store and - install it. +1. Click the Home Assistant My button below to open the add-on on your Home + Assistant instance. + + [![Open this add-on in your Home Assistant instance.][addon-badge]][addon] + +1. Click the "Install" button to install the add-on. 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. Done! +Home Assistant, by default, ships with the Community Add-ons store installed. +However, if it is missing (for any reason), you can add it by clicking the +button My button below. + +[![Add repository to your Home Assitant instance.][repository-badge]][repository] + ## Configuration This add-on has almost no additional configuration options for the @@ -117,6 +129,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_tailscale [contributors]: https://github.com/hassio-addons/addon-tailscale/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons @@ -125,4 +139,6 @@ SOFTWARE. [issue]: https://github.com/hassio-addons/addon-tailscale/issues [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-tailscale/releases +[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg +[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/tailscale/README.md b/tailscale/README.md index fcf62d5b..97e0a1c4 100644 --- a/tailscale/README.md +++ b/tailscale/README.md @@ -45,5 +45,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-v0.5.4-blue.svg -[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.5.4 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg +[release]: https://github.com/hassio-addons/addon-tailscale/tree/v0.6.0 \ No newline at end of file diff --git a/tailscale/config.yaml b/tailscale/config.yaml index 6c254da7..b3d5dfff 100644 --- a/tailscale/config.yaml +++ b/tailscale/config.yaml @@ -4,6 +4,7 @@ arch: - armhf - armv7 - i386 +codenotary: codenotary@frenck.dev description: Zero config VPN for building secure networks devices: - /dev/net/tun @@ -24,4 +25,4 @@ schema: slug: tailscale startup: services url: https://github.com/hassio-addons/addon-tailscale -version: 0.5.4 +version: 0.6.0