mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 04:31:25 +00:00
🎉 Release of add-on Pi-hole v0.5.0
This commit is contained in:
parent
a3f6f35c63
commit
453386f904
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Pi-hole",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.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",
|
||||
|
@ -25,7 +25,8 @@
|
|||
"log_level": "info",
|
||||
"password": "",
|
||||
"update_lists_on_start": false,
|
||||
"web_port": 80,
|
||||
"http_port": 80,
|
||||
"https_port": 443,
|
||||
"dns_port": 53,
|
||||
"ssl": false,
|
||||
"certfile": "fullchain.pem",
|
||||
|
@ -41,7 +42,8 @@
|
|||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"password": "str",
|
||||
"update_lists_on_start": "bool",
|
||||
"web_port": "port",
|
||||
"http_port": "port",
|
||||
"https_port": "port",
|
||||
"dns_port": "port",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue