Dear Pydio Team,
I have read a lot regarding Collabora Online Docker install and configuration but I am still facing an issue and will try to explain it so detailed as possible. It is working partitialy but not for my use case.
How I use Pydio Cells:
DynDNS set at my Internet Router → https port-forwarding to cells server
Pydio Cells and Cells Sync is working properly with DynDNS Domain & TLS.
How I tested Collabora Online working properly:
- changed/added cells with command ./cells configure sites to listen to localhosts IP
- opened firewall port 9980
- docker run -t -d -p 9980:9980 -e “extra_params=-o:tls.enable=true” -e “domain=<localhost_IP>” collabora/code
- open cells via browser with localhost IP and enabled Collabora Online plugin
- opening Office documents works fine with this configuration
What I tried after to configure Collabora Online to work for my use case (not working):
-
changed/added cells with command ./cells configure sites to listen to DynDNS
-
Set additional 9980 port-forwarding at my Internet Router to cells server
-
docker run -t -d -p 9980:9980 -e “extra_params=-o:tls.enable=true” -e “domain=<DynDNS_Domain>” collabora/code
-
open cells via browser with DynDNS Office documents opens with blanc page
-
open cells via browser with localhost IP Office documents opens correctly (even DynDNS is set to docker run command [strange!])
Are you able to help me to get Collabora Online working in combination with my use case?
Realy appreciated if we get it to work.
Thanks in advance and best Regards,
Denx