Nextcloud Collabora
Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major document, spreadsheet and presentation file formats and works in all modern browsers. It allows you to view and edit office documents directly in your Nextcloud.
Create a Collabora service
Extend Your Nextcloud instance with Collabora Online. Apply the following object on your namespace, as specified by its YAML description.
(...)
spec:
parameters:
service:
collabora:
enabled: true
fqdn: my-collabora.example.com (1)
version: 25.04.1.1.1 (2)
1 | Your full qualified domain name. For our Appuio Cloud offering, You can learn more how to configure your DNS settings here. |
2 | Specifies the Collabora Online image tag to use for deployment. By default, the latest version tested by VSHN will be used. You can override it with a specific version tag from the official Docker Hub repository. |
This will create a Collabora service with the specified FQDN and version. The Collabora service will be available at my-collabora.example.com
and autoconfigured in your Nextcloud instance.
To get more information about all available configuration options, please see the API Reference |