mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 19:41:27 +00:00
🎉 Release of add-on AdGuard Home 1.1.0
This commit is contained in:
parent
1aed0b18f6
commit
93d0c18bb5
4 changed files with 28 additions and 15 deletions
|
@ -725,10 +725,10 @@ SOFTWARE.
|
|||
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[adb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[adb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.0.1
|
||||
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.0.1/README.md
|
||||
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.0
|
||||
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.1.0/README.md
|
||||
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
|
||||
[adguard-version-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg
|
||||
[adguard-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[adguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adguard-armhf.svg
|
||||
[adguard-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,16 +1,22 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
✨ This release adds support for the "Add to sidebar" feature that became available in Home Assistant 0.92.
|
||||
✨ This release adds support for adding friendly client names in the add-on configuration.
|
||||
These client names will show up in the interface of AdGuard Home, instead of the IP address, which makes your clients way more identifiable.
|
||||
|
||||
Please note: You need to have Home Assistant 0.92 or newer to be able to install this update.
|
||||
🚑 Fixes crash on 64 bits ARM devices (aarch64)
|
||||
|
||||
👨🎨 The sidebar icon was improved by @bonanitech, to make it look more like Adguard Home.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :arrow_up: Upgrades AdGuard Home to v0.95-hotfix (#12) (@tjorim)
|
||||
- :arrow_up: Updates Home Assistant requirement to 0.92.0b2
|
||||
- :sparkles: Adds support for showing in sidebar
|
||||
- 🎨 Change panel_icon (#13)
|
||||
- :arrow_up: Upgrades lua-resty-http to 0.13-r0
|
||||
- :arrow_up: Upgrades nginx to 1.14.2-r1
|
||||
- :arrow_up: Upgrades nginx-mod-http-lua to 1.14.2-r1
|
||||
- :ambulance: Turns of Lua Resty core in Nginx
|
||||
- :sparkles: Adds support for adding client friendly names
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.0.0...v1.0.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-adguard-home/compare/v1.0.1...v1.1.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck
|
|
@ -44,13 +44,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.0.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-adguard-home/blob/v1.1.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-adguard-home/90684?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.0.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.0.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.0.1/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v1.1.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v1.1.0/images/screenshot.png
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "AdGuard Home",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"slug": "adguard",
|
||||
"description": "Network-wide ads & trackers blocking DNS server",
|
||||
"url": "https://github.com/hassio-addons/addon-adguard-home",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"ingress": true,
|
||||
"ingress_port": 0,
|
||||
"panel_icon": "mdi:block-helper",
|
||||
"panel_icon": "mdi:shield-check",
|
||||
"startup": "services",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"arch": [
|
||||
|
@ -34,12 +34,19 @@
|
|||
"ssl"
|
||||
],
|
||||
"options": {
|
||||
"hosts": [],
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"hosts": [
|
||||
{
|
||||
"name": "str",
|
||||
"ip": "match(((^\\s*((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))\\s*$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*$)))"
|
||||
}
|
||||
],
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue