mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-05 19:41:23 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
34c57228b8
commit
7e49e41cdd
1 changed files with 7 additions and 22 deletions
|
@ -6,13 +6,7 @@
|
||||||
"url": "https://github.com/hassio-addons/addon-thelounge",
|
"url": "https://github.com/hassio-addons/addon-thelounge",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"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",
|
||||||
|
@ -25,33 +19,24 @@
|
||||||
"80/tcp": null
|
"80/tcp": null
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"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": [
|
"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",
|
||||||
"default_theme": "default",
|
"default_theme": "default",
|
||||||
"themes": [
|
"themes": ["thelounge-theme-material"],
|
||||||
"thelounge-theme-material"
|
|
||||||
],
|
|
||||||
"users": []
|
"users": []
|
||||||
},
|
},
|
||||||
"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",
|
||||||
"default_theme": "str",
|
"default_theme": "str",
|
||||||
"themes": [
|
"themes": ["str"],
|
||||||
"str"
|
"users": ["str"]
|
||||||
],
|
|
||||||
"users": [
|
|
||||||
"str"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue