mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on AdGuard Home to edd538a
This commit is contained in:
parent
414a7c0670
commit
381ef02eee
5 changed files with 16 additions and 7 deletions
|
@ -826,10 +826,10 @@ SOFTWARE.
|
||||||
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[adb-i386-shield]: https://img.shields.io/badge/i386-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/56e8e28
|
[addon-adguard]: https://github.com/hassio-addons/addon-adguard-home/tree/edd538a
|
||||||
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/56e8e28/README.md
|
[addon-doc-adguard]: https://github.com/hassio-addons/addon-adguard-home/blob/edd538a/README.md
|
||||||
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
|
[adguard-issue]: https://github.com/hassio-addons/addon-adguard-home/issues
|
||||||
[adguard-version-shield]: https://img.shields.io/badge/version-56e8e28-blue.svg
|
[adguard-version-shield]: https://img.shields.io/badge/version-edd538a-blue.svg
|
||||||
[adguard-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/adguard-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[adguard-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v2.3.3
|
# Changelog since v2.3.3
|
||||||
|
- 🔨 Configure Adguard port/protocol dynamically on startup (#67)
|
||||||
- ✏ Documentation tweak
|
- ✏ Documentation tweak
|
||||||
- ✏ Split add-on documentation
|
- ✏ Split add-on documentation
|
||||||
- 🔨 Implement OCI image specification on labels
|
- 🔨 Implement OCI image specification on labels
|
||||||
|
|
|
@ -85,6 +85,14 @@ authentication on the AdGuard Home by setting it to `true`.
|
||||||
**Note**: _We STRONGLY suggest, not to use this, even if this add-on is
|
**Note**: _We STRONGLY suggest, not to use this, even if this add-on is
|
||||||
only exposed to your internal network. USE AT YOUR OWN RISK!_
|
only exposed to your internal network. USE AT YOUR OWN RISK!_
|
||||||
|
|
||||||
|
## Encryption Settings (Advanced Usage)
|
||||||
|
|
||||||
|
Adguard allows the configuration of running DNS-over-HTTPS and DNS-over-
|
||||||
|
TLS locally. If you configure these options please ensure to restart the
|
||||||
|
addon afterwards. Also to use DNS-over-HTTPS correctly please ensure to
|
||||||
|
configure SSL on the addon as well as in Adguard itself. Also consider
|
||||||
|
that the addon and Adguard cannot use the same port for SSL.
|
||||||
|
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
|
|
|
@ -51,6 +51,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-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-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-56e8e28-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-edd538a-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/56e8e28
|
[release]: https://github.com/hassio-addons/addon-adguard-home/tree/edd538a
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/56e8e28/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-adguard-home/raw/edd538a/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "AdGuard Home",
|
"name": "AdGuard Home",
|
||||||
"version": "56e8e28",
|
"version": "edd538a",
|
||||||
"slug": "adguard",
|
"slug": "adguard",
|
||||||
"description": "Network-wide ads & trackers blocking DNS server",
|
"description": "Network-wide ads & trackers blocking DNS server",
|
||||||
"url": "https://github.com/hassio-addons/addon-adguard-home",
|
"url": "https://github.com/hassio-addons/addon-adguard-home",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue