Files
collabora/README.md
jeppebundsgaard cc54be9ed0
continuous-integration/drone/push Build is failing
Added dictionaries and edited README. (#10)
Reviewed-on: #10
Co-authored-by: jeppebundsgaard <jeppe@bundsgaard.net>
2026-09-11 10:18:46 +00:00

41 lines
1.7 KiB
Markdown

# collabora
[![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/collabora/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/coop-cloud/collabora)
<!-- metadata -->
* **Maintainer**: [@stevensting}(https://git.coopcloud.tech/stevensting)
* **Category**: Apps
* **Status**: 4, stable
* **Image**: [`collabora`](https://hub.docker.com/r/collabora/code), 4, upstream
* **Healthcheck**: Yes
* **Backups**: N/A
* **Email**: N/A
* **Tests**: No
* **SSO**: N/A
<!-- endmetadata -->
## Basic usage
1. Set up Docker Swarm and [`abra`](https://git.autonomic.zone/coop-cloud/abra)
1. Deploy [`coop-cloud/traefik`](https://git.autonomic.zone/coop-cloud/traefik)
1. `abra app new collabora` to install collabora.
1. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
1. `abra app deploy YOURAPPDOMAIN`
1. In nextcloud, go to Admin->Office, select "Use your own server" and enter only the DOMAIN (including https://) in "URL (and Port) of Collabora Online-server".
Admin Interface:
`https://YOURAPPDOMAIN/browser/dist/admin/admin.html`
## Languages for spell checking
To change default languages for spell checking, add or remove language-codes (and optionally country code) from the DICTIONARIES-list when configuring your app. Consult list of [language codes](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) and [country codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes). For example:
`DICTIONARIES=de_DE en_GB en_US es_ES fr_FR da_DK`
## Acknowledgements
Config'd with thanks to [the people behind this article](https://geek-cookbook.funkypenguin.co.nz/recipes/collabora-online/).