forked from hassio-addons/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
42 lines (42 loc) · 784 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: The Lounge
version: 0.18.3
slug: thelounge
description: A self-hosted web IRC client
url: https://github.com/hassio-addons/addon-thelounge
codenotary: [email protected]
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
ingress: true
ingress_stream: true
panel_admin: false
init: false
panel_icon: mdi:chat
ports:
80/tcp: null
ports_description:
80/tcp: The Lounge Web UI (Not required for Ingress)
map:
- ssl
options:
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
default_theme: default
themes:
- thelounge-theme-solarized
users: []
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
certfile: str
keyfile: str
default_theme: str
themes:
- str
users:
- str
image: ghcr.io/hassio-addons/thelounge/{arch}