Skip to content

Commit

Permalink
Merge pull request #285 from SystemKeeper/force-richdocuments
Browse files Browse the repository at this point in the history
Force enable richdocuments app
  • Loading branch information
juliushaertl committed Jan 2, 2024
2 parents ea54c4c + 4ddcec9 commit 31cbdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enable-collabora
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function occ() {

echo "Setting up Collabora with collabora$DOMAIN_SUFFIX on $CONTAINER"
docker_compose up -d collabora
occ app:enable richdocuments
occ app:enable richdocuments --force
occ config:app:set richdocuments wopi_url --value="${PROTOCOL:-http}://collabora${DOMAIN_SUFFIX}"
occ config:app:set richdocuments public_wopi_url --value="${PROTOCOL:-http}://collabora${DOMAIN_SUFFIX}"
occ config:app:set richdocuments disable_certificate_verification --value="yes"
Expand Down

0 comments on commit 31cbdb6

Please sign in to comment.