From 89ff6ea4080c84ae09b4226b9a57ee47fae2802c Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 30 Mar 2022 14:37:02 +0200 Subject: [PATCH] try to fix 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 ec239a2c..e3aa667e 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -286,11 +286,13 @@ if [ "$COLLABORA_ENABLED" = 'yes' ]; then php /var/www/html/occ app:update richdocuments fi php /var/www/html/occ config:app:set richdocuments wopi_url --value="https://$NC_DOMAIN/" + php /var/www/html/occ config:app:set richdocuments public_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 else if [ -d "/var/www/html/custom_apps/richdocuments" ]; then + php /var/www/html/occ config:system:delete allow_local_remote_servers php /var/www/html/occ app:remove richdocuments fi fi