From c1e2446d22777e89e542b82915d92c856d6b050a Mon Sep 17 00:00:00 2001 From: szaimen Date: Mon, 21 Feb 2022 14:46:11 +0100 Subject: [PATCH] customize collabora a bit Signed-off-by: szaimen --- Containers/apache/Caddyfile | 18 +++--------------- php/containers.json | 3 ++- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/Containers/apache/Caddyfile b/Containers/apache/Caddyfile index aeeb1ba8..3ae2908f 100644 --- a/Containers/apache/Caddyfile +++ b/Containers/apache/Caddyfile @@ -22,25 +22,13 @@ https://{$NC_DOMAIN}:443 { # Collabora route /browser/* { - reverse_proxy https://{$COLLABORA_HOST}:9980 { - transport http { - tls_insecure_skip_verify - } - } + reverse_proxy {$COLLABORA_HOST}:9980 } route /hosting/* { - reverse_proxy https://{$COLLABORA_HOST}:9980 { - transport http { - tls_insecure_skip_verify - } - } + reverse_proxy {$COLLABORA_HOST}:9980 } route /cool/* { - reverse_proxy https://{$COLLABORA_HOST}:9980 { - transport http { - tls_insecure_skip_verify - } - } + reverse_proxy {$COLLABORA_HOST}:9980 } # Nextcloud diff --git a/php/containers.json b/php/containers.json index b50fa006..de874771 100644 --- a/php/containers.json +++ b/php/containers.json @@ -174,7 +174,8 @@ "NC_DOMAIN=%NC_DOMAIN%", "TURN_SECRET=%TURN_SECRET%", "SIGNALING_SECRET=%SIGNALING_SECRET%", - "JANUS_API_KEY=%JANUS_API_KEY%" + "JANUS_API_KEY=%JANUS_API_KEY%", + "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:logging.level=warning" ], "volumes": [], "secrets": [