mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Collabora Online office suite",
|
|
"environment": {
|
|
"PGID": "0",
|
|
"PUID": "0"
|
|
},
|
|
"image": "ghcr.io/alexbelgium/collabora-{arch}",
|
|
"init": false,
|
|
"map": [
|
|
"addon_config:rw"
|
|
],
|
|
"name": "Collabora",
|
|
"options": {
|
|
"aliasgroup1": "",
|
|
"domain": "",
|
|
"extra_params": "--o:ssl.enable=false --o:user_interface.use_integration_theme=false --o:net.proto=IPv4",
|
|
"password": "",
|
|
"username": ""
|
|
},
|
|
"ports": {
|
|
"9980/tcp": 9980
|
|
},
|
|
"ports_description": {
|
|
"9980/tcp": "Web interface"
|
|
},
|
|
"schema": {
|
|
"TZ": "str?",
|
|
"aliasgroup1": "str",
|
|
"cert_domain": "bool?",
|
|
"server_name": "str?",
|
|
"dictionaries": "str?",
|
|
"domain": "str?",
|
|
"extra_params": "str?",
|
|
"password": "password",
|
|
"username": "str"
|
|
},
|
|
"slug": "collabora",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "25.4.5-4",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"
|
|
}
|