nsammo.blogg.se

Collabora code nextcloud
Collabora code nextcloud







collabora code nextcloud

collabora code nextcloud

SSLCertificateFile /path/to/signed_certificate # SSL configuration, you may want to take the easy route instead and use Lets Encrypt!

collabora code nextcloud

Reason we recommend to use a subdomain such as On a recent Ubuntu or Debian this should be possible using:Īfterward, configure one VirtualHost properly to proxy the traffic. Now we just need to configure the locally installed Once you have done that the server will listen on (All hosts are separated by |.) docker pull collabora/codeĭ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 \\.nexcloud\\.com' The following steps will download the Collabora Online docker, make sure to replace “ ” with the host that your own Nextcloud runs on. Je ré-ouvre ce sujet, en Français hélas, mon anglais n’étant pas à un suffisamment bon niveau selon moi. That’s tedious… But here are instructions for full compilation in case somebody feels motivated… (post by Luticus) Install the Collabora app in Owncloud/Nextcloud and in administration set the server as “ I think one also need to open the 9980 port in the firewall but Im not certain sudo yunohost firewall allow TCP 9980Īlso note that the step with adding the certificate to owncloud is to be run again each time the docker container is restarted… OK so it works with pure Docker (haven’t tried again with my app)Įxecute container docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=cloud\.nextcloud\.com" -restart always -cap-add MKNOD collabora/code (replace “ ” with the domain in which Owncloud is installed - without the path)Īdd the self-signed certificate of the docker container inside Owncloud trusted certificates: docker exec containerID cat /etc/loolwsd/ > /var/www/owncloud/resources/config/ca-bundle.crt (replace containerID with the container ID found with docker ps and owncloud with nextcloud if you use nextcloud instead)









Collabora code nextcloud