From 861d7174804f069802697adf508618400273b72b Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 1 May 2023 11:17:36 +0200 Subject: [PATCH] collabora - make startup faster by not generating ssl cert Signed-off-by: Simon L --- php/containers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/containers.json b/php/containers.json index 87cf8125..775dd902 100644 --- a/php/containers.json +++ b/php/containers.json @@ -207,7 +207,8 @@ "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:mount_jail_tree=false --o:logging.level=warning --o:home_mode.enable=true %COLLABORA_SECCOMP_POLICY% --o:remote_font_config.url=https://%NC_DOMAIN%/apps/richdocuments/settings/fonts.json", "dictionaries=%COLLABORA_DICTIONARIES%", "TZ=%TIMEZONE%", - "server_name=%NC_DOMAIN%" + "server_name=%NC_DOMAIN%", + "DONT_GEN_SSL_CERT=1" ], "volumes": [ {