VMDashboard / vmdashboard

web-based open source virtualization management interface for QEMU and KVM virtual machines
https://vmdashboard.org
Other
68 stars 40 forks source link

Fix for VNC HTML Viewer if VM Dashboard running on different port #12

Closed KunalGautam closed 3 years ago

KunalGautam commented 3 years ago

Fix for URL with different port number than 80 or 443.

Let assume URL is http://serverurl:9999, the iframe generated is http://serverurl:9999:6080/vnc_lite.html....... which doesn't show the vnc's html viewer.

matthewalanpenning commented 3 years ago

Thanks Kunal! That will help those who are not using a standard http (80) and https (443) port. Merging your pull request.