integration_whiteboard icon indicating copy to clipboard operation
integration_whiteboard copied to clipboard

integration_whiteboard + load balancer

Open brtptrs opened this issue 5 years ago • 1 comments

Does anyone have integration_whiteboard running on a load balancer setup? Should it be working out of the box?

We are trying to set integration_whiteboard up on a CentOS 7 (with custom binary) cluster. Installation and activation works but creating or starting a whiteboard results in an error: "cURL error 7: Failed to connect to localhost:9666 Connection refused"

How could one debug to determine whether the problem is the custom binary or the balancing?

Would one have to set it up so that all nodes in the cluster use the same spacedeck binary/port/service? If yes, where would one set the config?

brtptrs avatar Apr 20 '21 14:04 brtptrs

Progress:

We got spacedeck running. Concurrent editing (and viewing) does no work properly. That seems logical since every node starts its own spacedeck on localhost. A way to proxy all spacedeck calls to one instance would be great.

https://github.com/nextcloud/integration_whiteboard/commit/4b6b9455c52d15746b9b67eb1ee73aa75a63e126 seems to go in the direction we need. @eneiluj does this commit represent a working state that is worth testing?

brtptrs avatar Apr 20 '21 17:04 brtptrs