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

This commit is contained in:
Franck Nijhof 2020-02-15 16:05:36 +01:00
parent 4987d9f646
commit 5c7e58dd19
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -9,13 +9,7 @@
"ingress_port": 0, "ingress_port": 0,
"panel_icon": "mdi:car-connected", "panel_icon": "mdi:car-connected",
"startup": "services", "startup": "services",
"arch": [ "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "default", "hassio_role": "default",
@ -26,17 +20,14 @@
"ports_description": { "ports_description": {
"80/tcp": "Web interface (Not required for Ingress)" "80/tcp": "Web interface (Not required for Ingress)"
}, },
"map": [ "map": ["config:rw", "ssl"],
"config:rw",
"ssl"
],
"options": { "options": {
"ssl": true, "ssl": true,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem" "keyfile": "privkey.pem"
}, },
"schema": { "schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool", "ssl": "bool",
"certfile": "str", "certfile": "str",
"keyfile": "str" "keyfile": "str"