mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on WireGuard 0.8.0
This commit is contained in:
parent
db0584d46c
commit
d45eb3cba7
5 changed files with 63 additions and 56 deletions
|
@ -1,10 +1,17 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Use netfilter tables (nf_tables) backend by default @agners (#213)
|
||||
- Add Renovate for dependency management @frenck ([#218](https://github.com/hassio-addons/addon-wireguard/pull/218))
|
||||
- 🎆 Updates maintenance/license year to 2023 @frenck ([#228](https://github.com/hassio-addons/addon-wireguard/pull/228))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to 12.2.3 @frenck (#208)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.7 @agners (#212)
|
||||
- ⬆️ Update alpine_3_17/iptables to v1.8.8-r2 @renovate ([#219](https://github.com/hassio-addons/addon-wireguard/pull/219))
|
||||
- ⬆️ Update alpine_3_17/libqrencode to v4.1.1-r1 @renovate ([#220](https://github.com/hassio-addons/addon-wireguard/pull/220))
|
||||
- ⬆️ Update alpine_3_17/wireguard-tools to v1.0.20210914-r1 @renovate ([#223](https://github.com/hassio-addons/addon-wireguard/pull/223))
|
||||
- ⬆️ Update alpine_3_17/go to v1.19.7-r0 @renovate ([#225](https://github.com/hassio-addons/addon-wireguard/pull/225))
|
||||
- ⬆️ Update alpine_3_17/git to v2.38.4-r1 @renovate ([#224](https://github.com/hassio-addons/addon-wireguard/pull/224))
|
||||
- ⬆️ Update alpine_3_17/openresolv to v3.12.0-r1 @renovate ([#222](https://github.com/hassio-addons/addon-wireguard/pull/222))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13 @renovate ([#226](https://github.com/hassio-addons/addon-wireguard/pull/226))
|
||||
- ⬆️ Upgrades WireGuard Go to 0.0.20230223 @frenck ([#227](https://github.com/hassio-addons/addon-wireguard/pull/227))
|
||||
|
|
|
@ -512,7 +512,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019-2022 Franck Nijhof
|
||||
Copyright (c) 2019-2023 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -50,10 +50,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
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
[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.7.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/v0.7.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.8.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-wireguard/tree/v0.8.0
|
||||
[wireguard]: https://www.wireguard.com
|
|
@ -1,71 +1,71 @@
|
|||
name: WireGuard
|
||||
version: 0.8.0
|
||||
slug: wireguard
|
||||
description: Fast, modern, secure VPN tunnel
|
||||
url: https://github.com/hassio-addons/addon-wireguard
|
||||
codenotary: codenotary@frenck.dev
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Fast, modern, secure VPN tunnel
|
||||
init: false
|
||||
ports:
|
||||
80/tcp: null
|
||||
51820/udp: 51820
|
||||
ports_description:
|
||||
80/tcp: WireGuard peers status API
|
||||
51820/udp: 'WireGuard: forward this port in your router'
|
||||
hassio_api: true
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
- /dev/net/tun
|
||||
hassio_api: true
|
||||
image: ghcr.io/hassio-addons/wireguard/{arch}
|
||||
init: false
|
||||
map:
|
||||
- ssl:rw
|
||||
name: WireGuard
|
||||
options:
|
||||
peers:
|
||||
- addresses:
|
||||
- 172.27.66.2
|
||||
allowed_ips: []
|
||||
client_allowed_ips: []
|
||||
name: hassio
|
||||
server:
|
||||
host: myautomatedhome.duckdns.org
|
||||
addresses:
|
||||
- 172.27.66.1
|
||||
dns: []
|
||||
host: myautomatedhome.duckdns.org
|
||||
ports:
|
||||
51820/udp: 51820
|
||||
80/tcp: null
|
||||
ports_description:
|
||||
51820/udp: 'WireGuard: forward this port in your router'
|
||||
80/tcp: WireGuard peers status API
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
peers:
|
||||
- name: hassio
|
||||
addresses:
|
||||
- 172.27.66.2
|
||||
allowed_ips: []
|
||||
client_allowed_ips: []
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
server:
|
||||
host: str
|
||||
interface: match(^wg([0-9])+$)?
|
||||
addresses:
|
||||
- str
|
||||
dns:
|
||||
- str
|
||||
private_key: password?
|
||||
public_key: str?
|
||||
fwmark: str?
|
||||
table: str?
|
||||
pre_up: str?
|
||||
pre_down: str?
|
||||
post_up: str?
|
||||
post_down: str?
|
||||
mtu: int?
|
||||
peers:
|
||||
- addresses:
|
||||
- name: match(^[a-zA-Z0-9\d](?:[a-zA-Z0-9\d]|-(?=[a-zA-Z0-9\d])){0,32}$)
|
||||
private_key: str?
|
||||
public_key: str?
|
||||
addresses:
|
||||
- str
|
||||
allowed_ips:
|
||||
- str
|
||||
client_allowed_ips:
|
||||
- str
|
||||
endpoint: str?
|
||||
fwmark: str?
|
||||
name: match(^[a-zA-Z0-9\d](?:[a-zA-Z0-9\d]|-(?=[a-zA-Z0-9\d])){0,32}$)
|
||||
persistent_keep_alive: int?
|
||||
endpoint: str?
|
||||
pre_shared_key: str?
|
||||
private_key: str?
|
||||
public_key: str?
|
||||
server:
|
||||
addresses:
|
||||
- str
|
||||
dns:
|
||||
- str
|
||||
fwmark: str?
|
||||
host: str
|
||||
interface: match(^wg([0-9])+$)?
|
||||
mtu: int?
|
||||
post_down: str?
|
||||
post_up: str?
|
||||
pre_down: str?
|
||||
pre_up: str?
|
||||
private_key: password?
|
||||
public_key: str?
|
||||
table: str?
|
||||
slug: wireguard
|
||||
url: https://github.com/hassio-addons/addon-wireguard
|
||||
version: 0.7.1
|
||||
image: ghcr.io/hassio-addons/wireguard/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue