From 8f6fe22c918d9c554e9f7429d349bad6f4d22a1b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:55:06 +0200 Subject: [PATCH] Update Collabora configuration with new domain and version --- collabora/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collabora/config.json b/collabora/config.json index 3eecce6ef..c97ffc281 100644 --- a/collabora/config.json +++ b/collabora/config.json @@ -19,7 +19,7 @@ "options": { "aliasgroup1": "", "certfile": "fullchain.pem", - "domain": "", + "domain1": "", "extra_params": "--o:ssl.enable=false --o:user_interface.use_integration_theme=false --o:net.proto=IPv4", "keyfile": "privkey.pem", "password": "", @@ -48,6 +48,6 @@ }, "slug": "collabora", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.4.5-11", + "version": "25.4.5-12", "webui": "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html" }