mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on AdGuard Home 4.0.0-beta.4
This commit is contained in:
parent
29779df239
commit
064b996ad3
4 changed files with 15 additions and 7 deletions
|
@ -738,10 +738,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/v4.0.0-beta.3
|
||||
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v4.0.0-beta.3/README.md
|
||||
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.0.0-beta.4
|
||||
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/v4.0.0-beta.4/README.md
|
||||
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
|
||||
[adguard-version-shield]: https://img.shields.io/badge/version-v4.0.0-beta.3-blue.svg
|
||||
[adguard-version-shield]: https://img.shields.io/badge/version-v4.0.0-beta.4-blue.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
|
||||
[adguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
- 🚑 Ensure the add-on has proper API access @frenck (#129)
|
||||
- 🚑 Fix host configuration, remove netmask @frenck (#130)
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Exclude querylogs from snapshots @frenck (#131)
|
||||
- Disable Nginx access logs @frenck (#132)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Remove obsolete webui from configuration @frenck (#107)
|
||||
|
|
|
@ -48,6 +48,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-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.0.0-beta.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.0.0-beta.3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v4.0.0-beta.3/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.0.0-beta.4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/v4.0.0-beta.4
|
||||
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/v4.0.0-beta.4/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "AdGuard Home",
|
||||
"version": "4.0.0-beta.3",
|
||||
"version": "4.0.0-beta.4",
|
||||
"slug": "adguard",
|
||||
"description": "Network-wide ads & trackers blocking DNS server",
|
||||
"url": "https://github.com/hassio-addons/addon-adguard-home",
|
||||
|
@ -47,5 +47,8 @@
|
|||
"keyfile": "str",
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
"snapshot_exclude": [
|
||||
"*/adguard/data/querylog.json"
|
||||
],
|
||||
"image": "ghcr.io/hassio-addons/adguard/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue