🔨 Update add-on config with new password & list features

This commit is contained in:
Franck Nijhof 2020-02-15 14:15:07 +01:00
parent a3e98eda08
commit dd20da9c4f
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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",