-
-
Notifications
You must be signed in to change notification settings - Fork 320
Expand file tree
/
Copy pathconfig.yaml
More file actions
49 lines (49 loc) · 984 Bytes
/
config.yaml
File metadata and controls
49 lines (49 loc) · 984 Bytes
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
43
44
45
46
47
48
49
arch:
- aarch64
- amd64
description: Collabora Online office suite
environment:
PGID: "0"
PUID: "0"
image: ghcr.io/alexbelgium/collabora-{arch}
init: false
map:
- addon_config:rw
- ssl:ro
name: Collabora
options:
env_vars: []
aliasgroup1: ""
certfile: fullchain.pem
domain1: ""
extra_params:
--o:ssl.enable=false --o:user_interface.use_integration_theme=false
--o:net.proto=IPv4
keyfile: privkey.pem
password: ""
ssl: false
username: ""
ports:
9980/tcp: 9980
ports_description:
9980/tcp: Web interface
schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
TZ: str?
aliasgroup1: str
cert_domain: bool?
certfile: str
dictionaries: str?
domain1: str?
extra_params: str?
keyfile: str
password: password
server_name: str?
ssl: bool
username: str
slug: collabora
url: https://github.com/alexbelgium/hassio-addons
version: "25.4.9.2"
webui: "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"