nurdism / neko

A self hosted virtual browser (rabb.it clone) that runs in docker.
Apache License 2.0
2.03k stars 185 forks source link

[ISSUE] Hosting multiple copies on the same machine #56

Closed GigaFyde closed 4 years ago

GigaFyde commented 4 years ago

Been trying to get multiple rooms working. All seems well in terms of connectivity, except I can't seem to get a display output on the second room.

GigaFyde commented 4 years ago

This is getting more and more interesting, I'm able to control the first room's cursor from the second room.

TiredSysOp commented 4 years ago

@GigaFyde Might be a nice feature from an administration stand point

GigaFyde commented 4 years ago

Well it could be if indended :P

nurdism commented 4 years ago

have you changed the NEKO_EPR: "59000-59100" for each contianer? https://github.com/nurdism/neko/blob/master/server/internal/types/config/webrtc.go#L55

GigaFyde commented 4 years ago

I have indeed tried that.

GigaFyde commented 4 years ago

Fix supplied by @m1k1o in #49