LunaNode / lobster

Hourly billing panel for virtual machines
http://lobster.lunanode.com
Other
84 stars 22 forks source link

showing IP and port and Password in VM interface for VNC access for solusVM backend #44

Open rezabagh opened 8 years ago

rezabagh commented 8 years ago

hello

it would be really usefull to show the vnc IP and port and vnc Password for solusVM backend in VM interface General information part , is it possible? I know there is a noVNC implimentation , but seems there is some issue with noVNC , and i could not run it succesfully with solusVM , i have been submit a seprate issue ticket about that.

Thank you

uakfdotb commented 8 years ago

You could modify vmi/solusvm/solusvm.go so that the VmInfo function calls this.Api.VmVnc and stores the IP, port, and password in info.Details["VNC Details"]. If there's multiple people with this issue I could add an option for that.

rezabagh commented 8 years ago

hello,

Thank you for reply , unfortunately i am completely new in go language and it seems a bit difficult to me to handle this changes, but that would be a great future if you could add this to solusVM backend area, hope others would like this, Thank you again for your whole great JOB.