
- NEXTCLOUD SETUP COLLABORA ONLINE MORE THAN 100 USERS HOW TO
- NEXTCLOUD SETUP COLLABORA ONLINE MORE THAN 100 USERS INSTALL
For security reason we recommend to use a subdomain such as instead of running on the same domain. You can find the latest installation information on Collabora Online official documentationĪfterward, configure one VirtualHost properly to proxy the traffic. Warning, if you are using Nextcloud 23 (Nextcloud HUB II), the VirtualHost configuration has changed. On a recent Ubuntu or Debian this should be possible using: Now we just need to configure the locally installed Apache reverse proxy. Once you have done that the server will listen on "localhost:9980". This way you are not only limited to German, English, Italian, French and Spanish. ' -restart always -cap-add MKNOD collabora/code Optionally, you can select the dictionaries you want with:ĭocker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=cloud\\.nextcloud\\.com' -e 'dictionaries=de en es. (All hosts are separated by \|.)ĭocker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=cloud\\.nextcloud\\.com' -restart always -cap-add MKNOD collabora/code Also make sure to escape all dots with double backslashes ( \), since this string will be evaluated as a regular expression (and your bash 'eats' the first backslash.) If you want to use the docker container with more than one Nextcloud, you'll need to use 'domain=cloud\\.nextcloud\\.com\|second\\.nextcloud\\.com' instead. The following steps will download the Collabora Online docker, make sure to replace "" with the host that your own Nextcloud runs on. If you use a self-signed certificate then you're mostly on your own -) 1. Note: This guide does NOT cover self-signed certificates.

A valid SSL certificate for your Nextcloud.A valid SSL certificate for the domain that Collabora Online should run on.An Apache server with some enabled modules ( NGINX instructions in a blog here).A subdomain or a second domain that the Collabora Online server can run on.
NEXTCLOUD SETUP COLLABORA ONLINE MORE THAN 100 USERS INSTALL
To install it the following dependencies are required:
NEXTCLOUD SETUP COLLABORA ONLINE MORE THAN 100 USERS HOW TO
We'll describe how to get Collabora Online running on your server and how to integrate it into your Nextcloud using the docker image Nextcloud and Collabora built.
