owncloud / richdocuments

:notebook_with_decorative_cover: Collabora Online for ownCloud
116 stars 54 forks source link
owncloud-app

ownCloud application to integrate Collabora Online

Quality Gate Status Security Rating Coverage

Collabora Online for ownCloud provides collaborating editing functions for text documents, spreadsheets and presentations inside ownCloud for improved productivity.

See also: https://owncloud.com/collabora/collaborative-editing/

Configuration

Developing

The easiest way to integrate Collabora with development instance of ownCloud is by disabling SSL for Collabora.

Installation

NOTE: Collabora server needs to be reachable from ownCloud server, and Collabora server needs to be able to reach ownCloud server

NOTE: it is possible to use Collabora Online’s integration with re-compiled and/or re-branded backends.

Installing connector for ownCloud Web

You will need:

To enable work within ownCloud web, register the connector in the ownCloud Web config.json:

To register the connector, use these lines:

"external_apps": [
    {
        "id": "richdocuments",
        "path": "http(s)://<owncloud-10-server-address>/index.php/apps/richdocuments/js/richdocuments.js"
    }
]

Compiling the connector for ownCloud Web

Build all the dependencies:

yarn install

Build the resulting file js/web/richdocuments.js:

yarn build