Configuring Collabora Online
This guide helps you install and configure CODE (Collabora Online Development Edition) with OpenKM.
CODE is WOPI compliant. Read the specification at https://wopi.readthedocs.io/projects/wopirest/en/latest/index.html.
Once you have installed Collabora Online, you must enable the online editor extension in the user profile. More information at Enable extensions.
This guide is deprecated. Please contact support for more information.
Code installation
OpenKM has only been certified with Collabora Professional.
OpenKM configuration
Edit the following configuration parameters in OpenKM administration:
If you are unsure about the Collabora IP, check the log file for an error message like "Error validating token IP where {} != {}", or enter the Docker container (docker exec -it name_container bash) and view the IP: cat /etc/hosts
# value samples
online.office.action.url = http://192.168.1.38:8080/openkm/wopi/files
online.office.url = http://192.168.1.38:9980/hosting/discovery
online.office.ip = 192.168.1.38
Parameters
- online.office.action.url: URL used by Collabora Docker container to connect to OpenKM WOPI REST endpoint.
- online.office.url: URL used by OpenKM to connect to the Collabora Docker container.
- online.office.ip: Source IP used by Collabora to authenticate with OpenKM.