From a5091c6406b2d81977246ff92965ef18d1817f5d Mon Sep 17 00:00:00 2001 From: Hugo Renard Date: Mon, 5 Dec 2022 12:32:22 +0100 Subject: [PATCH] fix: disable oo preview --- base/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/base/install.sh b/base/install.sh index 4c76e75..8227b79 100755 --- a/base/install.sh +++ b/base/install.sh @@ -46,6 +46,7 @@ if [ -n "${ONLYOFFICE_JWT_SECRET+x}" ]; then sh -c "php /usr/src/nextcloud/occ config:app:set onlyoffice sameTab --value true" sh -c "php /usr/src/nextcloud/occ config:app:set onlyoffice versionHistory --value true" sh -c "php /usr/src/nextcloud/occ config:app:set onlyoffice customizationForcesave --value true" + sh -c "php /usr/src/nextcloud/occ config:app:set onlyoffice preview --value false" fi if [ -n "${PRIVACY_DATA_LOCATION+x}" ]; then -- GitLab