

# loleaflet is the client part of LibreOffice Online # Container uses a unique non-signed certificate

SSLCertificateKeyFile /etc/letsencrypt/live/ /privkey.pem SSLCertificateFile /etc/letsencrypt/live/ /fullchain.pem Otherwise you’ll get an error message: Unauthorised WOPI host Add Collabora to services vi /etc/services collabora 9980/tcp # Nextcloud netstat -pat | grep collabora tcp 0 0 localhost: collabora *:* LISTEN 9756/docker-proxy Install the Apache Reverse Proxy a2enmod proxyĪ2enmod ssl Configure a subdomain to proxy the traffic If you have more than one vHost with Collabora, be sure to add them in the docker start command. Install the Collabora Online Server docker pull collabora/codeĭocker run -t -d -p 127.0.0.1:9980:9980 -e 'domain= cloud\\.domain\\.xx\|nc\\.domain2\\.xx' -e 'username= admin' -e 'password= Secret.Password' -restart always -cap-add MKNOD collabora/codeĪdjust domains, username and password.

The subdomain is essential for running a Collabora online server. See also installation instructions for Nextcloud 15 on Ubuntu 18.04. # Download as, Fullscreen presentation and Image upload operationsįetch and launch docker (the option -restart always will cause the container to be added to service docker which is automatically launched at the start of the computer) sudo suĭocker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=cloud\\.communecter\\.org\|cloud\\.openappecosystem\\.cc\|nextcloud\\.co\\.tools|cloud\\.co\\.tools|cloud\\.cosystem\\.This installation guide is tested with Nextcloud 11, 12 and 13 on Ubuntu 16.04. Ubuntu 16.04 server + LAMP + sudo apt install smbclient Installation of NextCloudĪdd the icons of external applications in nextcloud/apps/external/img which are in the zip fileįollow these instructions : Docker alternative : Ĭonfigure apache in /etc/apache2/site-availables : Nextcloud and Collabora online installation & configuration Prerequisite
