novnc / websockify

Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
GNU Lesser General Public License v3.0
3.88k stars 768 forks source link

Add option to listen to unix socket #541

Closed shiomax closed 1 year ago

shiomax commented 1 year ago

https://github.com/novnc/websockify/issues/539

CendioOssman commented 1 year ago

Did you check if there are some unit tests that could be added for this change?

shiomax commented 1 year ago

Did you check if there are some unit tests that could be added for this change?

No haven´t checked how to unit test this.

shiomax commented 1 year ago

I did do that now. Still, have a branch with the individual commits if anything went wrong can try again. Though, the resulting commit looks fine to me. Also tested if it works and it does.