mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Pi-hole to 8e998e9
This commit is contained in:
parent
f13351d241
commit
7d2377ad4d
4 changed files with 15 additions and 10 deletions
|
@ -1080,10 +1080,10 @@ SOFTWARE.
|
|||
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[node-red-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[node-red-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/491413f
|
||||
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/491413f/README.md
|
||||
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/8e998e9
|
||||
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/8e998e9/README.md
|
||||
[pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues
|
||||
[pi-hole-version-shield]: https://img.shields.io/badge/version-491413f-blue.svg
|
||||
[pi-hole-version-shield]: https://img.shields.io/badge/version-8e998e9-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,6 +1,13 @@
|
|||
# Changelog since v4.0.0
|
||||
|
||||
2019/08/27 23:25 UTC - [491413f](https://github.com/hassio-addons/addon-pi-hole/commit/491413ffe9da2b820e70f38bb97852fef3bf4ed9) by [@sinclairpaul](https://github.com/sinclairpaul)
|
||||
2019/10/18 21:04 UTC - [8e998e9](https://github.com/hassio-addons/addon-pi-hole/commit/8e998e99f6ef20cd71b15c14e8989348315fe2e0) by [@sinclairpaul](https://github.com/sinclairpaul)
|
||||
> Remove virtual host configuration (#90)
|
||||
|
||||
* 🔨Remove Virtual Host
|
||||
|
||||
* 🚑Move HTTP_HOST to fastcgi.param
|
||||
|
||||
2019/10/18 21:04 UTC - [491413f](https://github.com/hassio-addons/addon-pi-hole/commit/491413ffe9da2b820e70f38bb97852fef3bf4ed9) by [@sinclairpaul](https://github.com/sinclairpaul)
|
||||
> 🚑 Fixes issues with HTTP header checking (#89)
|
||||
|
||||
fixes #88 Admin interface from addon should always be trusted
|
||||
|
|
|
@ -45,7 +45,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/491413f/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/8e998e9/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/2019.svg
|
||||
|
@ -53,5 +53,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-491413f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/491413f
|
||||
[release-shield]: https://img.shields.io/badge/version-8e998e9-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/8e998e9
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Pi-hole",
|
||||
"version": "491413f",
|
||||
"version": "8e998e9",
|
||||
"slug": "pi-hole",
|
||||
"description": "Network-wide ad blocking using your Hass.io instance",
|
||||
"url": "https://github.com/hassio-addons/addon-pi-hole",
|
||||
|
@ -47,7 +47,6 @@
|
|||
"ipv6": true,
|
||||
"ipv4_address": "",
|
||||
"ipv6_address": "",
|
||||
"virtual_host": "",
|
||||
"hosts": []
|
||||
},
|
||||
"schema": {
|
||||
|
@ -60,7 +59,6 @@
|
|||
"ipv6": "bool",
|
||||
"ipv4_address": "str",
|
||||
"ipv6_address": "str",
|
||||
"virtual_host": "str",
|
||||
"hosts": [
|
||||
{
|
||||
"name": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue