diff --git a/thelounge/config.json b/thelounge/config.json index e927875..c1c147d 100644 --- a/thelounge/config.json +++ b/thelounge/config.json @@ -6,13 +6,7 @@ "url": "https://github.com/hassio-addons/addon-thelounge", "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", @@ -25,33 +19,24 @@ "80/tcp": null }, "ports_description": { - "80/tcp": "The Lounge Web UI (Not required for Hass.io Ingress)" + "80/tcp": "The Lounge Web UI (Not required for Ingress)" }, - "map": [ - "config:rw", - "ssl" - ], + "map": ["config:rw", "ssl"], "options": { "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem", "default_theme": "default", - "themes": [ - "thelounge-theme-material" - ], + "themes": ["thelounge-theme-material"], "users": [] }, "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", "default_theme": "str", - "themes": [ - "str" - ], - "users": [ - "str" - ] + "themes": ["str"], + "users": ["str"] } }