mirror of
https://github.com/hassio-addons/addon-pi-hole.git
synced 2025-05-07 04:11:22 +00:00
⚠️ Adds deprecation notices
This commit is contained in:
parent
b8c7391d60
commit
5e6e32a5b6
3 changed files with 51 additions and 4 deletions
25
README.md
25
README.md
|
@ -23,6 +23,29 @@
|
||||||
|
|
||||||
Network-wide ad blocking
|
Network-wide ad blocking
|
||||||
|
|
||||||
|
## Deprecation warning
|
||||||
|
|
||||||
|
**This add-on is in a deprecated state!**
|
||||||
|
|
||||||
|
The Pi-hole add-on is now deprecated and will no longer be supported, maintained
|
||||||
|
and will not receive future updates or fixes.
|
||||||
|
|
||||||
|
Pi-hole used to be a great solution to filter network traffic, but it has been
|
||||||
|
a challenge to keep/get it in a working state as an add-on.
|
||||||
|
|
||||||
|
Meanwhile, the AdGuard team published an alternative:
|
||||||
|
[AdGuard Home](https://github.com/hassio-addons/addon-adguard-home).
|
||||||
|
|
||||||
|
AdGuard Home as surpassed Pi-hole in terms of capabilities, features,
|
||||||
|
and stability, and Home Assistant provides a good integration with AdGuard.
|
||||||
|
Above all, the AdGuard Home team has been supportive in developing the add-on.
|
||||||
|
|
||||||
|
For those reasons, it is no longer viable to keep maintaining the Pi-hole
|
||||||
|
add-on, which has been problematic at best.
|
||||||
|
|
||||||
|
We strongly recommend migrating to the AdGuard Home add-on, which is available
|
||||||
|
in the add-on store.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
[Pi-hole][pi-hole] is an advertising-aware DNS- and web server, meant to be run
|
[Pi-hole][pi-hole] is an advertising-aware DNS- and web server, meant to be run
|
||||||
|
@ -309,7 +332,7 @@ SOFTWARE.
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[pi-hole-integration]: https://www.home-assistant.io/components/pi_hole/
|
[pi-hole-integration]: https://www.home-assistant.io/components/pi_hole/
|
||||||
[pi-hole]: https://pi-hole.net/
|
[pi-hole]: https://pi-hole.net/
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-pi-hole.svg
|
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-pi-hole.svg
|
||||||
[releases]: https://github.com/hassio-addons/addon-pi-hole/releases
|
[releases]: https://github.com/hassio-addons/addon-pi-hole/releases
|
||||||
|
|
|
@ -10,6 +10,29 @@
|
||||||
|
|
||||||
Network-wide ad blocking
|
Network-wide ad blocking
|
||||||
|
|
||||||
|
## Deprecation warning
|
||||||
|
|
||||||
|
**This add-on is in a deprecated state!**
|
||||||
|
|
||||||
|
The Pi-hole add-on is now deprecated and will no longer be supported, maintained
|
||||||
|
and will not receive future updates or fixes.
|
||||||
|
|
||||||
|
Pi-hole used to be a great solution to filter network traffic, but it has been
|
||||||
|
a challenge to keep/get it in a working state as an add-on.
|
||||||
|
|
||||||
|
Meanwhile, the AdGuard team published an alternative:
|
||||||
|
[AdGuard Home](https://github.com/hassio-addons/addon-adguard-home).
|
||||||
|
|
||||||
|
AdGuard Home as surpassed Pi-hole in terms of capabilities, features,
|
||||||
|
and stability, and Home Assistant provides a good integration with AdGuard.
|
||||||
|
Above all, the AdGuard Home team has been supportive in developing the add-on.
|
||||||
|
|
||||||
|
For those reasons, it is no longer viable to keep maintaining the Pi-hole
|
||||||
|
add-on, which has been problematic at best.
|
||||||
|
|
||||||
|
We strongly recommend migrating to the AdGuard Home add-on, which is available
|
||||||
|
in the add-on store.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
[Pi-hole][pi-hole] is an advertising-aware DNS- and web server, meant to be run
|
[Pi-hole][pi-hole] is an advertising-aware DNS- and web server, meant to be run
|
||||||
|
@ -72,6 +95,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
|
||||||
[pi-hole]: https://pi-hole.net/
|
[pi-hole]: https://pi-hole.net/
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
|
||||||
[release]: {{ repo }}/tree/{{ version }}
|
[release]: {{ repo }}/tree/{{ version }}
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Pi-hole",
|
"name": "Pi-hole (DEPRECATED!)",
|
||||||
|
"stage": "deprecated",
|
||||||
"version": "dev",
|
"version": "dev",
|
||||||
"slug": "pi-hole",
|
"slug": "pi-hole",
|
||||||
"description": "Network-wide ad blocking",
|
"description": "The Pi-hole add-on is deprecated, use the AdGuard Home add-on instead.",
|
||||||
"url": "https://github.com/hassio-addons/addon-pi-hole",
|
"url": "https://github.com/hassio-addons/addon-pi-hole",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:4865]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:4865]",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue