Fix configuration by removing duplicated allow_local_remote_servers
parent
d302f951e6
commit
ed3da4413b
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in New Issue