Hi everyone,
I run CODE and nextcloud on a TrueNAS 24.10 device, in which the Apps are migrated from k3s to docker-compose. I cannot obtain a public IPv4, so I’m all on IPv6. This results in that I can’t simply follow the tutorial to bind the two services with my domain, for apps in TrueNAS do NOT support IPv6. Therefore I used docker network create office and connected both containers to it and in the nextcloud administration panel, I used http://ix-collabora-1-collabora-1:9980 as the server location, and it seemed to work ↓
I am having the same problem.
I just updated docker from the distro repo to the official repo, and everything is running fine except Collabora.
I see the green tick and message that it workd in Nextcloud Office admin settings, but I keep getting failed to open document.
Browser console says it timed out, however nginx timeout is set to 36000s.
Sometimes it then changes to a message that says there may be a misconfiguration on my reverse proxy, however I can’t see what that might be, my nginx config is the same as always and the ports remain the same.
Further to my issue above, I am getting “Unauthorised WOPI host” error message on Nextcloud, and in the docker logs for the Collabora container I get this:
No authorized hosts found matching the target host [domain] in config| wsd/RequestVettingStation.cpp:184
I have not changed anything in the docker-compose.yml file. The only thing changed is I changed docker from the Ubuntu repo to the official repo (so docker-compose is now ‘docker compose’).