mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
51 lines
No EOL
1 KiB
JSON
51 lines
No EOL
1 KiB
JSON
{
|
|
"name": "The Lounge",
|
|
"version": "cf3c288",
|
|
"slug": "thelounge",
|
|
"description": "A self-hosted web IRC client",
|
|
"url": "https://github.com/hassio-addons/addon-thelounge",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:15100]",
|
|
"startup": "application",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"i386"
|
|
],
|
|
"boot": "auto",
|
|
"hassio_api": true,
|
|
"hassio_role": "default",
|
|
"homeassistant_api": true,
|
|
"host_network": false,
|
|
"ports": {
|
|
"15100/tcp": 15100
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"ssl"
|
|
],
|
|
"options": {
|
|
"log_level": "info",
|
|
"ssl": true,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"default_theme": "default",
|
|
"themes": [
|
|
"thelounge-theme-material"
|
|
]
|
|
},
|
|
"schema": {
|
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"default_theme": "str",
|
|
"themes": [
|
|
"str"
|
|
]
|
|
},
|
|
"environment": {
|
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
|
},
|
|
"image": "hassioaddons/thelounge"
|
|
} |