mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 20:11:22 +00:00
🎉 Release of add-on Pi-hole 2.0.0
This commit is contained in:
parent
6e87757258
commit
3088211f8f
4 changed files with 52 additions and 42 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/v1.3.0
|
||||
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.3.0/README.md
|
||||
[addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.0
|
||||
[addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.0/README.md
|
||||
[pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues
|
||||
[pi-hole-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||
[pi-hole-version-shield]: https://img.shields.io/badge/version-v2.0.0-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,32 +1,38 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Pi-Hole FTL v4.0 patches
|
||||
- Adds default block list
|
||||
- Adds Pihole FTL config
|
||||
- Adds default DNSMasq configuration
|
||||
- Adds Pihole vX -> v4 migration script
|
||||
- Adds admin port support to NGinx
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes incorrect FTL log file permissions
|
||||
- Fixes reloading of DNS on white/blacklist changes (#33)
|
||||
- Patches pihole-FTL.conf to not break the admin interface
|
||||
|
||||
### Changed
|
||||
|
||||
- GitLab CI now using the latest Hadolint
|
||||
- Upgrades base image to v2.0.1
|
||||
- Upgrades gcc to 6.4.0-r8
|
||||
- Upgrades make to 4.2.1-r2
|
||||
- Upgrades musl-dev to 1.1.19-r10
|
||||
- Upgrades bind-tools to 9.12.1_p2-r0
|
||||
- Upgrades coreutils to 8.29-r2
|
||||
- Upgrades dnsmasq-dnssec to 2.79-r1
|
||||
- Upgrades git to 2.18.0-r0
|
||||
- Upgrades grep to 3.1-r2
|
||||
- Upgrades libxml2 to 2.9.8-r0
|
||||
- Upgrades logrotate to 3.14.0-r0
|
||||
- Upgrades ncurses to 6.1-r0
|
||||
- Upgrades openssl to 1.0.2o-r1
|
||||
- Upgrades PHP to 7.2.7-r0
|
||||
- Upgrades procps to 3.3.15-r0
|
||||
- Upgrades sed to 4.4-r2
|
||||
- Upgrades sudo to 1.8.23-r2
|
||||
- Upgrades base image to v2.1.2
|
||||
- Sets default Shell
|
||||
- Enforces authentication and HaveIBeenPwned checks
|
||||
- Updates README and links
|
||||
- Upgrades OpenSSL to 1.0.2o-r2
|
||||
- Upgrades PHP to 7.2.8-r1
|
||||
- Enables SSL by default
|
||||
- Upgrades ncurses to 6.1_p20180818-r0
|
||||
- Replaces dnsmasq with pihole-FTL
|
||||
- DNS container init move and migration
|
||||
- Changes order of container init
|
||||
- Updated forum link
|
||||
- Updates README to match recent changes
|
||||
|
||||
### Removed
|
||||
|
||||
- Removes the creation of the dnsmasq user, no longer needed
|
||||
- Removes DNSMasq
|
||||
- Removes Pihole Block page, moving to NULL based blocking
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.2.0...v1.3.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-pi-hole/compare/v1.3.0...v2.0.0
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
[![Support my work on Patreon][patreon-shield]][patreon]
|
||||
|
||||
Network-wide ad blocking using your Hass.io instance
|
||||
|
||||
## About
|
||||
|
@ -36,15 +38,17 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
<https://github.com/hassio-addons/repository>
|
||||
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[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
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v1.3.0
|
||||
[docs]: https://github.com/hassio-addons/addon-pi-hole/blob/v1.3.0/README.md
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[pi-hole]: https://pi-hole.net/
|
||||
[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.0/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
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[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.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.0
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "Pi-hole",
|
||||
"version": "1.3.0",
|
||||
"version": "2.0.0",
|
||||
"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",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]/admin/index.php",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:4865]",
|
||||
"startup": "system",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
|
@ -25,10 +25,9 @@
|
|||
"log_level": "info",
|
||||
"password": "",
|
||||
"update_lists_on_start": false,
|
||||
"http_port": 80,
|
||||
"https_port": 443,
|
||||
"admin_port": 4865,
|
||||
"dns_port": 53,
|
||||
"ssl": false,
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
"interface": "",
|
||||
|
@ -42,8 +41,7 @@
|
|||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"password": "str",
|
||||
"update_lists_on_start": "bool",
|
||||
"http_port": "port",
|
||||
"https_port": "port",
|
||||
"admin_port": "port",
|
||||
"dns_port": "port",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
|
@ -58,7 +56,9 @@
|
|||
"name": "str",
|
||||
"ip": "match(((^\\s*((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))\\s*$)|(^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*$)))"
|
||||
}
|
||||
]
|
||||
],
|
||||
"i_like_to_be_pwned": "bool?",
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue