

The command the start your Collabora Docker container is as follows: docker run -t -d -p 127.0.0.1:9980:9980 \ Put the following content in nf: ĮxecStart=/usr/bin/dockerd -storage-driver=devicemapper -H fd://.įinally, restart systemd, rvice and possibly your existing Collabora container if you had one running: systemctl daemon-reloadĭisclaimer: For higher volume production sites you definitely want to optimize this setup (…). Then use this result to create a systemd Docker drop-in configuration file and create the service directory first if it does not yet exist as well: mkdir /etc/systemd/system/Įditor /etc/systemd/system//nf

First get current ExecStart from your rvice file: grep ExecStart /lib/systemd/system/rvice The steps required are again pretty straight forward. Adjust Docker storage driver to devicemapper Having said that, for Debian 8 Jessie you need to adjust the storage driver to devicemapper as it seems that the default docker storage driver AUFS and Debian 8 do not work together. Normally, the Docker container setup should be pretty pain free. Setup Collabora CODE based on official Docker imageĬollabora can be either installed using a package provided by your distribution or by using the official Docker image collabora/code. Install the Collabora NextCloud plugin and configure it to access Collabora through our reverse proxy.Access Collabora CODE Docker container through Apache reverse proxy which itself exclusively listens an a secure line on Port 9980 (default).Setup a reverse proxy configuration for this domain that fowards requests to Collabora webservice endpoints.For Debian 8 Jessie have a look at the certbot guide. If not, have a look at Let’s Encrypt in case you want a cheap solution. I’m assuming that you already have a working SSL certificate for this domain.Setup a secure domain for accessing Collabora from NextCloud.The basic configuration we are trying to achieve here is: Install and configure NextCloud Collabora CODE plugin.Setup Collabora CODE based on official Docker image.The steps we are going to have a look at are as follows: This guide shows the steps needed to get Collabora CODE working using an Apache 2.2 reverse proxy on Debian 8 Jessie. Setting up Collabora Online Development Edition (CODE) can be a little tricky.
