From fd6d9a8011ffbe13b40ae7c3f28c56fd7f5c4679 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 14 Feb 2020 13:49:28 +0100 Subject: [PATCH] :hammer: Update add-on config with new password & list features --- home-panel/config.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/home-panel/config.json b/home-panel/config.json index 26702aa..c0f75b0 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -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",