Skip to content

Commit a3a3cd4

Browse files
add collabora files
1 parent 9f7aba3 commit a3a3cd4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
== Nextcloud Collabora
2+
3+
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.
4+
5+
== Create a Collabora service
6+
7+
Extend Your Nextcloud instance with Collabora Online. Apply the following object on your namespace, as specified by its YAML description.
8+
9+
[source,yaml]
10+
-----
11+
(...)
12+
spec:
13+
parameters:
14+
service:
15+
collabora:
16+
enabled: true
17+
fqdn: my-collabora.example.com
18+
-----
19+
20+
This will create a Collabora service with the specified FQDN. The Collabora service will be available at `https://my-collabora.example.com` and autoconfigured in your Nextcloud instance.
21+
22+
NOTE: To get more information about all available configuration options, please see the xref:references/crds.adoc#k8s-api-github-com-vshn-component-appcat-apis-vshn-v1-vshnnextcloud[API Reference]

0 commit comments

Comments
 (0)