mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
🔨 Add explicit config variables and add sidebar icon
This commit is contained in:
parent
5a9404c047
commit
52834a0501
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
"slug": "thelounge",
|
||||
"description": "A self-hosted web IRC client",
|
||||
"url": "https://github.com/hassio-addons/addon-thelounge",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
||||
"startup": "application",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
|
@ -18,6 +19,8 @@
|
|||
"homeassistant": "0.91.4",
|
||||
"homeassistant_api": true,
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"panel_icon": "mdi:chat",
|
||||
"ports": {
|
||||
"80/tcp": null
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue