

- How to setup collabora online server how to#
- How to setup collabora online server install#
- How to setup collabora online server software#
- How to setup collabora online server code#
Once you’ve downloaded the image, simply import it in your virtualization platform. We’d suggest you select the Nextcloud integration atop VirtualBox, which is what we’ll be using in this tutorial. To get started, simply download the image for your favorite cloud platform in the virtual image format that you prefer.

Each appliance is available in four formats, namely KVM, VirtualBox, VMware Workstation, and VMware ESXi.
How to setup collabora online server code#
You can choose between two types of integration, CODE with Nextcloud or CODE with ownCloud.
How to setup collabora online server software#
This appliance contains CODE, and all the additional software you need to get you up and running in minutes.
How to setup collabora online server install#
nano or vim) to the file /etc/nginx/sites-enabled/collabora and modify the line server_name easiest way to install CODE for a quick tryout is to download it as a virtual appliance from the app center of the Univention Corporate Server (UCS). Step 7 – Configure Nginx as Reverse ProxyĪdd the following configuration with a text editor of your choice (e.g. Note: Store the paths to the SSL cert and key file as you need they in the next step. Congratulations! Your certificate and chain have been saved at: Now request the SSL certificates via Certbot and your servers domain: certbot certonly -nginx -d Ln -s /snap/bin/certbot /usr/bin/certbot Step 6 – Create SSL Certs Install the Certbot via Snap: apt install snapd To generate it, the Let’s Encrypt’s Certbot used. Install Nginx via command line: apt install nginx Step 5 – Install Let’s Encrypt Certbot via Snapįor the network connection a valid SSL certificate is needed. To make the Collabora container available over the internet a SSL reverse proxy is used.

You can find here a general guide for it. Optional also Docker Compose can be used. You can check if it is running via docker ps. The newest container is pulled and started. must be replaced with \\. due to shell escaping): docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=nextcloud\\.example\\.com" -restart always collabora/code Set the domain variable to the address of your Nextcloud instance (. With Docker installed, the Collabora Docker Container now can be started. $(lsb_release -cs) stable" | sudo tee /etc/apt//docker.list > /dev/null Step 2 – Install DockerĪpt install docker-ce docker-ce-cli containerd.io Step 3 – Start Collabora Container You have to configure the Docker repository in order to be able to install Docker: apt updateĪpt install apt-transport-https ca-certificates curl gnupg lsb-releaseĬurl -fsSL | gpg -dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
How to setup collabora online server how to#
This tutorial will describe how to install a own Collabora Online server that can be used with a Nextcloud instance. Collabora can be used to view and edit office documents direct inside the Nextcloud webinterface.
