Added info about installing and connecting from nextcloud. And info about setting languages.

This commit is contained in:
2026-05-05 09:49:45 +00:00
parent 7e979e389a
commit 4a0dcdad01

View File

@ -18,14 +18,22 @@
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/).