jaethebig.blogg.se

How to connect nextcloud with collabora code
How to connect nextcloud with collabora code












how to connect nextcloud with collabora code

Je ré-ouvre ce sujet, en Français hélas, mon anglais n’étant pas à un suffisamment bon niveau selon moi.

how to connect nextcloud with collabora code

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)














How to connect nextcloud with collabora code