Skip to content

Commit

Permalink
docker: do not generate WOPI proof key, it's better to mount it exter…
Browse files Browse the repository at this point in the history
…nally

Signed-off-by: Andras Timar <[email protected]>
Change-Id: I4141546c4ab281dfe749b16b119eb9de46fd9e67
  • Loading branch information
timar committed Sep 28, 2023
1 parent 6789c66 commit cc628fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/from-packages/scripts/start-collabora-online.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@ if test -n "${dictionaries}"; then
perl -pi -e "s/<allowed_languages (.*)>.*<\/allowed_languages>/<allowed_languages \1>${dictionaries:-de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru}<\/allowed_languages>/" /etc/coolwsd/coolwsd.xml
fi

# Generate WOPI proof key
coolconfig generate-proof-key

# Start coolwsd
exec /usr/bin/coolwsd --version --o:sys_template_path=/opt/cool/systemplate --o:child_root_path=/opt/cool/child-roots --o:file_server_root_path=/usr/share/coolwsd --o:logging.color=false --o:stop_on_config_change=true ${extra_params}

0 comments on commit cc628fe

Please sign in to comment.