fix(collabora): avoid default cert generation

This commit is contained in:
Alexandre
2025-08-28 10:02:24 +02:00
parent f08d2b9704
commit 2c7cd12a78
4 changed files with 32 additions and 3 deletions

View File

@@ -12,13 +12,17 @@
"image": "ghcr.io/alexbelgium/collabora-{arch}",
"init": false,
"map": [
"addon_config:rw"
"addon_config:rw",
"ssl"
],
"name": "Collabora",
"options": {
"aliasgroup1": "",
"domain": "",
"extra_params": "--o:ssl.enable=false --o:user_interface.use_integration_theme=false --o:net.proto=IPv4",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false,
"password": "",
"username": ""
},
@@ -31,6 +35,9 @@
"schema": {
"TZ": "str?",
"aliasgroup1": "str",
"certfile": "str",
"keyfile": "str",
"ssl": "bool",
"cert_domain": "bool?",
"server_name": "str?",
"dictionaries": "str?",
@@ -41,6 +48,6 @@
},
"slug": "collabora",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "25.4.5-5",
"version": "25.4.5-7",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"
}