mirror of
https://github.com/hassio-addons/addon-pi-hole.git
synced 2025-05-07 12:21:24 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
a3e98eda08
commit
dd20da9c4f
1 changed files with 5 additions and 16 deletions
|
@ -9,13 +9,7 @@
|
|||
"ingress_port": 61478,
|
||||
"panel_icon": "mdi:pi-hole",
|
||||
"startup": "system",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
||||
"ports": {
|
||||
"53/udp": 53,
|
||||
"80/tcp": null,
|
||||
|
@ -23,7 +17,7 @@
|
|||
},
|
||||
"ports_description": {
|
||||
"53/udp": "DNS server port",
|
||||
"80/tcp": "Web interface (Not required for Hass.io Ingress)",
|
||||
"80/tcp": "Web interface (Not required for Ingress)",
|
||||
"4865/tcp": "API endpoint (For HA integration)"
|
||||
},
|
||||
"boot": "auto",
|
||||
|
@ -31,13 +25,8 @@
|
|||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"auth_api": true,
|
||||
"privileged": [
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"map": [
|
||||
"config",
|
||||
"ssl"
|
||||
],
|
||||
"privileged": ["NET_ADMIN"],
|
||||
"map": ["config", "ssl"],
|
||||
"options": {
|
||||
"update_lists_on_start": false,
|
||||
"ssl": true,
|
||||
|
@ -50,7 +39,7 @@
|
|||
"hosts": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"update_lists_on_start": "bool",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue