Hi,
i´m having a hard time setting up Collabora with the Nextcloud AIO Container from Spaceinvader, other then he suggested in his video i didnt want to set things up with a cloudflare domain (i want to use wireguard vpn or tailscale instead for network access from outside). I tried to use the Collabora container that is installed with the AIO container, but didnt work for me, so i tried the Collabora Code container from this thread (which seems to be working better).
So let me tell you how i set things up :
NPM Container for the Reverse proxy using a DYN DNS Domain with a DNS Challange Mulit Cert like *.xxxx.domain.com, xxxx.domain.com (http://nextcloud.xxxx.domain.com and https://collabora.xxxx.domain.com)
Adguard Container for the DNS Rewrites
Nextcloud is working without problems on the reverse proxy domain declared above. But when i put the above collabora domain in the office server field i get the following error:
"Failed to connect to the remote server: cURL error 7: Failed to connect to collabora.xxxx.domain.com port 443 after 32 ms: Could not connect to server"
If i put the collabora address in my browser it shows me a "Ok" so i suppose it is working? But it seems like nextcloud is not finding the Collabora Server with the domain, so i did like copper suggested above and put in the extra parameter --add host=nextcloud.xxxx.domain.com:IP for the Collabora container and for Nextcloud --add host=collabora.xxxx.domain.com:IP (did not put in the ports). Getting the same failed to connect error!
But if i put in https://IP:9980 in the office server field and tick the box to not check the certificate, nextcloud can connect and the other settings are displayed (like wofi etc).
When i then try to create a new document i get the "Unauthorized WOPI-Host error" and still cant create documents.
So what am i missing? How can i fix this?