to navigate to open Esc to close Search by Algolia

Collabora Online

Collabora Online is a self-hosted office suite that runs in the browser. With it, FileRun can preview, create and edit text documents, spreadsheets and presentations, with several people editing the same file at once.

Read Collaborative editing first: it explains the settings this plugin shares with the other editors you install yourself, including the rule that the editor's protocol has to match FileRun's.

Step 1: Install the Collabora Online server

Follow Collabora's own installation guide.

For a quick trial with Docker:

 1docker run --detach --publish 9980:9980 --env "extra_params=--o:ssl.enable=false" --env "aliasgroup1=https://your-filerun-server:443" collabora/code

Replace your-filerun-server with the address of your FileRun installation. aliasgroup1 tells Collabora which host it is allowed to serve documents for; without a matching entry it refuses the request.

This command disables SSL inside the container, so the editor answers on plain http://. That matches a FileRun installation running on http://. For a FileRun installation on https://, the editor has to be served over https:// as well, normally by putting it behind a reverse proxy that holds the certificate.

Step 2: Configure the FileRun plugin

Open the control panel, go to FilesPlugins, select Collabora and click Edit.

Save. FileRun contacts the server and confirms with Document editing service successfully validated!.

Step 3: Choose when it is used

To make Collabora the editor that opens when a user double-clicks an office document, set it as the default under FilesPluginsDefaults. Otherwise it is offered in the Open with.. menu.