From 7159cd387ac5f6133a3fa608e5cbb336a4aed147 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 3 Feb 2022 10:24:46 +0100 Subject: [PATCH] fix connection issues with collabora Signed-off-by: szaimen --- Containers/nextcloud/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh index 96b0d1b5..d6792a75 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -253,6 +253,8 @@ else fi php /var/www/html/occ config:app:set richdocuments wopi_url --value="https://$NC_DOMAIN/" # php /var/www/html/occ richdocuments:activate-config +# Fix https://github.com/nextcloud/all-in-one/issues/188: +php /var/www/html/occ config:system:set allow_local_remote_servers --type=bool --value=true # Talk if ! [ -d "/var/www/html/custom_apps/spreed" ]; then