Hi there,
I’m trying to setup Collabora with Nextcloud. I think I’m nearly there but the last step is not working. I cannot link to Collabora in the Nextcloud app.
What does work:
- Nextcloud is accesable via my.domain.com
- I can login to Nextcloud and use it without known limitation but the Collabora app.
- On the host with Collabora I get
OK
when I docurl -k https://localhost:9980
- When I go to https://my.domain.com/hosting/discovery (I think) I get a good result ie
<wopi-discovery>
<net-zone name="external-http">
<!-- Writer documents -->
<app favIconUrl="https://my.domain.com:443/loleaflet/44a46d7/images/x-office-document.svg" name="writer">
<action default="true" ext="sxw" name="view" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<action default="true" ext="odt" name="edit" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<action default="true" ext="fodt" name="edit" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<!-- Text template documents -->
<action default="true" ext="stw" name="view" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<action default="true" ext="ott" name="edit" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<!-- MS Word -->
<action default="true" ext="doc" name="edit" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<action default="true" ext="dot" name="edit" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<!-- OOXML wordprocessing -->
<action default="true" ext="docx" name="edit" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<action default="true" ext="docm" name="edit" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<action default="true" ext="dotx" name="view" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
<action default="true" ext="dotm" name="view" urlsrc="https://my.domain.com:443/loleaflet/44a46d7/loleaflet.html?"/>
- When I go to
https://my.domain.com/hosting/capabilities
I get a result - Also
https://my.domain.com/loleaflet/dist/admin
works and I can login to the admin console.
But when I enter the URL in the Collabora app in Nextcloud, I have no connection.
Can someone tell me what part of the connection is not working? In the Collabora docker container I see nothing appearing in the logs when try to save the URL in Nextcloud. So it seems there is absolutly no connection between the two.
More details about the setup:
Front-end system with Reverse proxy and Let’s Encrypt TLS.
Back-end system with Reverse Proxy, Nextcloud and Collabora in docker contrainers.