-
Notifications
You must be signed in to change notification settings - Fork 67
Collabora using Proxy to access NC Files? #78
Comments
I just encountered the exact same problem. Current BehaviourIn our network, we have to use an outgoing HTTP proxy, otherwise the Firewall will block the request. The Collabora Server needs to contact the Nextcloud server and therefore needs to do outgoing requests through the proxy. The Collabora Server is started via Docker. We specify the proxy by setting environment variables in the Container using the Docker options Expected behaviorThe expected behaviour is, that the software in the container picks these variables up and uses the proxy, as many other Linux programs do. ButPreferably, Collabora Server should support |
Hello there.
I have a working NC/Collabora installation using docker-compose and docker-swarm. There are separate Containers for everything especially app (NC) and office (Docker-CODE). Everything works as supposed to be.
NC is accessible at https://cloud.example.com and office at https://office.example.com
Now I have a different setting where the office-Container can not directly access https://cloud.example.com. It should use a Proxy.
We tried setting PROXY_HOST etc. on the office-Container, but this was not reflected by the application.
Looking for "proxy" in the code (collabora-CODE) did not succeed, since the only stuff i found was the ReverseProxying to access collabora from outside.
Any Ideas?
Best regards and thanks in advance,
Willi
The text was updated successfully, but these errors were encountered: