ThomasVon2021 / blikvm

Open and cost-effective "KVM-over-IP". BliKVM comes in 4 different models, v1 CM4, v2 PCIe, v3 HAT and v4 Allwinner, based on Raspberry Pi and Allwinner SoC.
https://thomasvon2021.github.io/blikvm/
GNU General Public License v3.0
355 stars 30 forks source link

[Feature] improvements for http #131

Open erlendoyen opened 5 months ago

erlendoyen commented 5 months ago

-add https support -add rewrite or some kind of proxying for the backend client port for console redirection, so that you only have to expose the https port in the frontend.

testing now with nginx to work around it, have not managed to get the remote console to work, it's as if the reference to remote console i set, and is not translated/dynamic , if https://blikvmip/video could be used as part of the url for example we could have a directive nginx to then connect to 8008 in the backend.

owendelong commented 5 months ago

IMHO, this should be closed as a duplicate of #41