Skip to content

Commit

Permalink
Force enable richdocuments app
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
  • Loading branch information
SystemKeeper committed Dec 31, 2023
1 parent ca8b6e5 commit 4ddcec9
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 4ddcec9

Please sign in to comment.