mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 12:01:36 +00:00
🎉 Release of add-on Pi-hole 2.0.3
This commit is contained in:
parent
edf0a36c14
commit
e7b7256b7f
4 changed files with 10 additions and 32 deletions
|
@ -609,10 +609,10 @@ SOFTWARE.
|
|||
[octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[octobox-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[octobox-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.2
|
||||
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.2/README.md
|
||||
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.3
|
||||
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.3/README.md
|
||||
[pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues
|
||||
[pi-hole-version-shield]: https://img.shields.io/badge/version-v2.0.2-blue.svg
|
||||
[pi-hole-version-shield]: https://img.shields.io/badge/version-v2.0.3-blue.svg
|
||||
[pi-hole-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/pi-hole-armhf.svg
|
||||
[pi-hole-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,30 +1,7 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
Bug fix release. Thank you for all the feedback! The add-on has had some upgrades to be more robust.
|
||||
|
||||
Important, in case you are experiencing problems with the Home Assistant component/integration/sensor: Update your HA configuration to the following (example):
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: pi_hole
|
||||
host: localhost:4865
|
||||
monitored_conditions:
|
||||
- ads_blocked_today
|
||||
- dns_queries_today
|
||||
- unique_clients
|
||||
```
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes user/group of pihole-FTL on migration
|
||||
- Ensures existing log files are overwritten
|
||||
- Adds interface on /admin as well
|
||||
- Updates pihole component example
|
||||
- Updates panel_iframe example
|
||||
|
||||
### Changed
|
||||
|
||||
- Changes the default back to /admin
|
||||
- Changes the PHP FPM port
|
||||
- Fixes secrets in add-on config (#42)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.1...v2.0.2
|
||||
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v2.0.2...v2.0.3
|
|
@ -42,7 +42,7 @@ 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-pi-hole/blob/v2.0.2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.3/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-pi-hole/33817?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
|
@ -50,5 +50,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon]: https://www.patreon.com/frenck
|
||||
[pi-hole]: https://pi-hole.net/
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.0.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.3
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Pi-hole",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"slug": "pi-hole",
|
||||
"description": "Network-wide ad blocking using your Hass.io instance",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-pi-hole/33817?u=frenck",
|
||||
|
@ -19,6 +19,7 @@
|
|||
"NET_ADMIN"
|
||||
],
|
||||
"map": [
|
||||
"config",
|
||||
"ssl"
|
||||
],
|
||||
"options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue