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

This commit is contained in:
Franck Nijhof 2020-02-14 13:49:28 +01:00
parent fd541c5e13
commit fd6d9a8011
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -6,13 +6,7 @@
"url": "https://github.com/hassio-addons/addon-home-panel",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
@ -27,17 +21,14 @@
"ports_description": {
"80/tcp": "Web UI (Not required for Ingress)"
},
"map": [
"config:rw",
"ssl"
],
"map": ["config:rw", "ssl"],
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",