⬆️ Updating add-on WireGuard to d34a90d

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-12 19:12:42 +00:00
parent af6471edc6
commit 983f381fa1
5 changed files with 22 additions and 14 deletions

View file

@ -1034,10 +1034,10 @@ SOFTWARE.
[bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/2f4315f [addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/d34a90d
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/2f4315f/README.md [addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/d34a90d/README.md
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues [wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
[wireguard-version-shield]: https://img.shields.io/badge/version-2f4315f-blue.svg [wireguard-version-shield]: https://img.shields.io/badge/version-d34a90d-blue.svg
[wireguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [wireguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[wireguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [wireguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,6 @@
# Changelog since v0.6.0 # Changelog since v0.6.0
- 📚 Small documentation tweaks and updates (#202)
- 🎆 Updates maintenance/license year to 2022 (#201)
- Fix service path in wireguard service file (#200) - Fix service path in wireguard service file (#200)
- 🚑 Fix service run permissions (#199) - 🚑 Fix service run permissions (#199)
- ⬆️ Upgrades WireGuard Go to 0.0.20220316 (#198) - ⬆️ Upgrades WireGuard Go to 0.0.20220316 (#198)

View file

@ -24,15 +24,19 @@ for you (if you want).
Follow the following steps for installation & a quick start: Follow the following steps for installation & a quick start:
1. Search for the "WireGuard" add-on in the Supervisor add-on store 1. Click the Home Assistant My button below to open the add-on on your Home
and install it. Assistant instance.
1. Set the `host` configuration option to your Hass.io (external) address,
e.g., `myautomatedhome.duckdns.org`. [![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the add-on.
1. Set the `host` configuration option to your Home Assistant (external)
address, e.g., `myautomatedhome.duckdns.org`.
1. Change the name of the peer to something useful, e.g., `myphone`. 1. Change the name of the peer to something useful, e.g., `myphone`.
1. Save the configuration. 1. Save the configuration.
1. Start the "WireGuard" add-on 1. Start the "WireGuard" add-on
1. Check the logs of the "WireGuard" add-on to see if everything went well. 1. Check the logs of the "WireGuard" add-on to see if everything went well.
1. Forward port `51820` (UDP!) in your router to your Hass.io IP. 1. Forward port `51820` (UDP!) in your router to your Home Assistant instance.
1. Download/Open the file `/ssl/wireguard/myphone/qrcode.png` stored on your 1. Download/Open the file `/ssl/wireguard/myphone/qrcode.png` stored on your
Home Assistant instance, e.g., using Samba, Visual Studio Code or the Home Assistant instance, e.g., using Samba, Visual Studio Code or the
Configurator add-on. Configurator add-on.
@ -92,7 +96,7 @@ to your WireGuard add-on. The `host` is mainly used to generate client
configurations and SHOULD NOT contain a port. If you want to change the port, configurations and SHOULD NOT contain a port. If you want to change the port,
use the "Network" section of the add-on configuration. use the "Network" section of the add-on configuration.
Example: `myautomatedhome.duckdns.org`, for local testing `hassio.local` Example: `myautomatedhome.duckdns.org`, for local testing `homeassistant.local`
will actually work. will actually work.
DO NOT attempt to use a URL such as a Nabu Casa endpoint, the entry needs to be DO NOT attempt to use a URL such as a Nabu Casa endpoint, the entry needs to be
@ -508,7 +512,7 @@ check [the contributor's page][contributors].
MIT License MIT License
Copyright (c) 2019-2021 Franck Nijhof Copyright (c) 2019-2022 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -528,6 +532,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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_wireguard&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
[adguard]: https://github.com/hassio-addons/addon-adguard-home [adguard]: https://github.com/hassio-addons/addon-adguard-home
[contributors]: https://github.com/hassio-addons/addon-wireguard/graphs/contributors [contributors]: https://github.com/hassio-addons/addon-wireguard/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e

View file

@ -53,10 +53,10 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?u=frenck [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-wireguard/134662?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [github-sponsors]: https://github.com/sponsors/frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
[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-2f4315f-blue.svg [release-shield]: https://img.shields.io/badge/version-d34a90d-blue.svg
[release]: https://github.com/hassio-addons/addon-wireguard/tree/2f4315f [release]: https://github.com/hassio-addons/addon-wireguard/tree/d34a90d
[wireguard]: https://www.wireguard.com [wireguard]: https://www.wireguard.com

View file

@ -67,4 +67,4 @@ schema:
table: str? table: str?
slug: wireguard slug: wireguard
url: https://github.com/hassio-addons/addon-wireguard url: https://github.com/hassio-addons/addon-wireguard
version: 2f4315f version: d34a90d