Collabora installation - no Collabora app

Hi all,

I tried to install Collabora.

I installed docker and run:

docker run -t -d -p 127.0.0.1:9980:9980 -e “domain=cloudpa.mydomain.com” --restart always --cap-add MKNOD collabora/code

But there is no app my productivity folder. What am i doing false?

Enable experimental apps after clicking the gear icon on the bottom left in the app screen.

1 Like

Collabora Online

Collabora Online Server
https://localhost:9980

Is that true? I

I get the rror, unvalid url, please check Collabora Online server settings

that depends, where you set up your collabora server.

I setup on my server. But it gives error. How can i get the correct settings?

if you set it up as you got told by the collabora manual on the nc page, you should have to enter a specific domain name you are using for that.

Okay, i had to deactive document app.

Now i get following error when i visit collabora app:

Collabora Online: SSL-Zertifikat ist nicht installiert.
Bitte deinen Administrator die ca-chain.cert.pem zum ownCloud ca-bundle.crt hinzuzufügen. Z.B. “cat /etc/loolwsd/ca-chain.cert.pem >> /resources/config/ca-bundle.crt”. Die genaue Fehlermeldung war:cURL error 60: SSL certificate problem: self signed certificate in certificate chain

if you are using a self signed cert, you need to add your own CA-Cert to the --nextcloud-dir–/resources/config/ca-bundle.crt file

If you don’t have any cert then you need to make one. Either buy one, use letsencrypt, or create one by yourself.

There is already a file in /resources/config/ca-bundle.crt

i think it was self signed. How can solve the problem with letsencrypt? is there any instuction for that?

thats clear that that file exist at that location. It says you need you to append you CA-Cert in that file after the existing certs.
No, there are no specifi letsencrypt instructions because it differs too much in several specific configs. So you need to work through the letsencrypt page, category: certbot.

I still could not to do that.
Can you please all the steps tell me what should i do? I need really help…

the have already done that:
https://nextcloud.com/collaboraonline/

i followed already that. but still getting the cert error

Hello, I have the same issue here, did you fix it? can you tell me how?

Thank you!

no, still looking for an answer…

so for the summary, you have cloudpa.mydomain.com for your nextcloud and which domain for your collabora?

the same. i have colobra also on cloudpa.mydomain.com

If you downloaded the october version of the collabora image, you have now to alter your apache config for collabora:

@timar dug that out:

You need:
    # Main websocket
    ProxyPassMatch   "/lool/(.*)/ws$"      wss://127.0.0.1:9980/lool/$1/ws
Instead of:
  # Main websocket
  ProxyPass   /lool/ws      wss://127.0.0.1:9980/lool/ws

perhaps that helps too.

There is nothing like:

Main websocket
ProxyPass /lool/ws wss://127.0.0.1:9980/lool/ws

in : /etc/apache2/apache2.conf

Or is there another config file?