integration_whiteboard + load balancer
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?
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?