{"id":13555420,"url":"https://github.com/owncloud/richdocuments","last_synced_at":"2025-09-09T16:40:22.553Z","repository":{"id":39352202,"uuid":"47557557","full_name":"owncloud/richdocuments","owner":"owncloud","description":" :notebook_with_decorative_cover: Collabora Online for ownCloud","archived":false,"fork":false,"pushed_at":"2025-03-30T00:51:24.000Z","size":20805,"stargazers_count":118,"open_issues_count":0,"forks_count":54,"subscribers_count":72,"default_branch":"master","last_synced_at":"2025-06-27T21:13:47.419Z","etag":null,"topics":["owncloud-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owncloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-07T14:39:03.000Z","updated_at":"2025-06-19T19:37:06.000Z","dependencies_parsed_at":"2023-12-30T01:40:51.114Z","dependency_job_id":"c827c465-6c00-4b83-a2f0-548d2c48af70","html_url":"https://github.com/owncloud/richdocuments","commit_stats":null,"previous_names":[],"tags_count":80,"template":false,"template_full_name":null,"purl":"pkg:github/owncloud/richdocuments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Frichdocuments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Frichdocuments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Frichdocuments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Frichdocuments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owncloud","download_url":"https://codeload.github.com/owncloud/richdocuments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owncloud%2Frichdocuments/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052430,"owners_count":23406106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["owncloud-app"],"created_at":"2024-08-01T12:03:12.135Z","updated_at":"2025-07-02T00:10:48.370Z","avatar_url":"https://github.com/owncloud.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"ownCloud application to integrate Collabora Online\n==================================================\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=owncloud_richdocuments\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=owncloud_richdocuments)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=owncloud_richdocuments\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=owncloud_richdocuments)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=owncloud_richdocuments\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=owncloud_richdocuments)\n\nCollabora Online for ownCloud provides collaborating editing functions for text documents, spreadsheets and presentations inside ownCloud for improved productivity.\n\nSee also: https://owncloud.com/collabora/collaborative-editing/\n\n### Configuration\n\n- Set WOPI Server URL\n\n    ```\n    $ occ config:app:set richdocuments wopi_url --value [your-host-public-ip]:8098 \n    ```\n\n- Enable/Disable Secure View and set its settings\n\n    ```\n    $ occ config:app:set richdocuments secure_view_option --value true\n    $ occ config:app:set richdocuments watermark_text --value \"Restricted to {viewer-email}\" \n    $ occ config:app:set richdocuments secure_view_open_action_default --value true\n    ```\n\n### Developing\n\nThe easiest way to integrate Collabora with development instance of ownCloud is by disabling SSL for Collabora.\n\n- Start Collabora Server with default settings\n\n    ```\n    $ docker run -t -d -p 9980:9980 -e \"extra_params=--o:ssl.enable=false\" -e \"username=admin\" -e \"password=admin\" --name collabora --cap-add MKNOD collabora/code:6.4.8.6\n    ```\n\n- Access Collabora Admin at `http://[your-host-public-ip]:9980/loleaflet/dist/admin/admin.html` e.g. `172.16.12.95`,\n\n- Set in `Settings -\u003e Admin -\u003e Additional -\u003e Collabora Online server -\u003e http://[your-host-public-ip]:9980`\n\n\n### Installation\n\nNOTE: Collabora server needs to be reachable from ownCloud server, and Collabora server needs to be able to reach ownCloud server\n\nNOTE: it is possible to use Collabora Online’s integration with re-compiled and/or re-branded backends.\n\n## Installing connector for ownCloud Web\n\nYou will need:\n* [ownCloud server](https://owncloud.com/download-server/#owncloud-server) with ownCloud Web (it can be compiled from source code or installed from the [official marketplace](https://marketplace.owncloud.com/apps/web)).\n* Official ownCloud Collabora Online integration app. You can install it from the [ownCloud marketplace](https://marketplace.owncloud.com/apps/richdocuments).\n\nTo enable work within ownCloud web, register the connector in the ownCloud Web config.json:\n\n* If you installed ownCloud Web from the official marketplace, the path is `\u003cowncloud-root-catalog\u003e/config/config.json`\n* If you compiled it from source code yourself using [this instruction](https://owncloud.dev/clients/web/backend-oc10/#running-web), the path is `\u003cowncloud-web-root-catalog\u003e/config/config.json`.\n\nTo register the connector, use these lines:\n\n```\n\"external_apps\": [\n    {\n        \"id\": \"richdocuments\",\n        \"path\": \"http(s)://\u003cowncloud-10-server-address\u003e/index.php/apps/richdocuments/js/richdocuments.js\"\n    }\n]\n```\n\n## Compiling the connector for ownCloud Web\n\nBuild all the dependencies:\n\n```\nyarn install\n```\nBuild the resulting file `js/web/richdocuments.js`:\n\n```\nyarn build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud%2Frichdocuments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowncloud%2Frichdocuments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowncloud%2Frichdocuments/lists"}