From 0b490310586390141a428076513f61e8b20728ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 15 Aug 2022 21:24:34 +0200 Subject: [PATCH] Set collabora home option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- php/containers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 4f7a84a6..105eb618 100644 --- a/php/containers.json +++ b/php/containers.json @@ -177,7 +177,7 @@ ], "environmentVariables": [ "aliasgroup1=https://%NC_DOMAIN%:443", - "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning", + "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning --o:home_mode.enable=true", "dictionaries=%COLLABORA_DICTIONARIES%", "TZ=%TIMEZONE%" ],