From ed3da4413bd3f956a34768506d7b68823b8e1100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= Date: Wed, 2 Jun 2021 11:16:11 +0200 Subject: [PATCH] Fix configuration by removing duplicated allow_local_remote_servers --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b119bc8..42cceb0 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,6 @@ add-plugins: connect-saml docker exec -u www-data isard-apps-nextcloud-app php occ --no-warnings config:app:set onlyoffice DocumentServerUrl --value="https://oof.$$DOMAIN" docker exec -u www-data isard-apps-nextcloud-app php occ --no-warnings config:app:set onlyoffice jwt_secret --value="secret" docker exec -u www-data isard-apps-nextcloud-app php occ --no-warnings config:app:set onlyoffice jwt_header --value="Authorization" - docker exec -u www-data isard-apps-nextcloud-app php occ --no-warnings config:system:set allow_local_remote_servers --value=true # Allow nextcloud into other apps iframes