mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on WireGuard to f2ae0d3
This commit is contained in:
parent
f8be21acfb
commit
5c51ed3595
4 changed files with 8 additions and 7 deletions
|
@ -1117,10 +1117,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-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/ee80afb
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/ee80afb/README.md
|
||||
[addon-wireguard]: https://github.com/hassio-addons/addon-wireguard/tree/f2ae0d3
|
||||
[addon-doc-wireguard]: https://github.com/hassio-addons/addon-wireguard/blob/f2ae0d3/README.md
|
||||
[wireguard-issue]: https://github.com/hassio-addons/addon-wireguard/issues
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-ee80afb-blue.svg
|
||||
[wireguard-version-shield]: https://img.shields.io/badge/version-f2ae0d3-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v0.4.0
|
||||
- Update add-on configuration for Supervisor 2021.2 (#73)
|
||||
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#72)
|
||||
|
||||
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16.
|
||||
|
|
|
@ -57,6 +57,6 @@ 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-ee80afb-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/ee80afb
|
||||
[release-shield]: https://img.shields.io/badge/version-f2ae0d3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/f2ae0d3
|
||||
[wireguard]: https://www.wireguard.com
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "WireGuard",
|
||||
"version": "ee80afb",
|
||||
"version": "f2ae0d3",
|
||||
"slug": "wireguard",
|
||||
"description": "Fast, modern, secure VPN tunnel",
|
||||
"url": "https://github.com/hassio-addons/addon-wireguard",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"NET_ADMIN"
|
||||
],
|
||||
"devices": [
|
||||
"/dev/net/tun:/dev/net/tun:rwm"
|
||||
"/dev/net/tun"
|
||||
],
|
||||
"map": [
|
||||
"ssl:rw"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue