insurekda.blogg.se

Libreoffice online docker
Libreoffice online docker












Step 3: Use the configuration file directly to set Collabora OnlineĪfter starting the container, you can copy the configuration file out of the container, edit it, and copy it back to the container. Otherwise Collabora Online will not be enabled successfully in ZenTao ) ( If ZenTao is running with SSL, then Collabora has to run with SSL as well, it's the same if ZenTao disables SSL. Since my ZenTao is not running with SSL, so I need to configure loolwsd.xml to disable SSL.

libreoffice online docker

Go to browser and visit domian:9985 (Since SSL is enabled by default, so you have to visit by HTTPS if you haven't editted configuration file of Collabora Online ), you will get a "OK" page. (If your Ubuntu system doesn’t have the netstat command, you can install it with sudo apt install net-tools.) sudo netstat -lnpt | grep docker The Collabora Online server will be listening on port 9980 of localhost (127.0.0.1) as can be shown by issuing the following command. p: Publish a container’s port to the host. d: Detached mode makes the container run in the background. This is because Collabora only allows known hosts to access its service and we need to add the server/ZenTao hostname to the whitelist with the domain= parameter. Replace example\\.com with your server/ZenTao hostname, preseving the double slashes. Then start a new container, for example: sudo docker run -t -d -p 0.0.0.0:9980:9980 -e "domain=example\\.com" -e "username=admin" -e "password=123456" -restart always -cap-add MKNOD collabora/code Sudo systemctl enable docker Step 2: Install and Run Collabora Online Server with DockerĮxecute the following command to pull the latest Collabora Online Development Edition image from Docker hub.

libreoffice online docker libreoffice online docker

If it’s not running, then start the daemon with this command: Hint: If the above command doesn’t quit immediately, you can press the Q key to make it quit. Once installed, the Docker daemon should be automatically started. Install Collabora Online with Docker on Ubuntu in ZenTaoįor simplicity, this tutorial installs Docker from the default Ubuntu software repository.

libreoffice online docker

It's available to enable it in ZenTao easily. Install Collabora Online with Docker on Ubuntu in ZenTao 10:18:26 Tech Original 7101 Summary : Collabora Online is a powerful LibreOffice-based online office that supports all major document, spreadsheet, and presentation file formats, which you can integrate into your own infrastructure.














Libreoffice online docker