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

This commit is contained in:
Franck Nijhof 2020-02-15 16:16:08 +01:00
parent 51d0f8f96d
commit 2d6d5be963
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -10,9 +10,7 @@
"panel_icon": "mdi:visual-studio-code", "panel_icon": "mdi:visual-studio-code",
"startup": "services", "startup": "services",
"homeassistant": "0.92.0b2", "homeassistant": "0.92.0b2",
"arch": [ "arch": ["amd64"],
"amd64"
],
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"auth_api": true, "auth_api": true,
@ -25,13 +23,7 @@
"ports_description": { "ports_description": {
"80/tcp": "VSCode (Not required for Ingress)" "80/tcp": "VSCode (Not required for Ingress)"
}, },
"map": [ "map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
"config:rw",
"ssl:rw",
"addons:rw",
"share:rw",
"backup:rw"
],
"options": { "options": {
"ssl": true, "ssl": true,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@ -41,7 +33,7 @@
"disable_telemetry": false "disable_telemetry": false
}, },
"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",