Allow usage of SparkGateway or Guacamole instead of Java viewer
A web-based front-end to VirtualBox written in PHP
Brought to you by:
imoore76
There are a few HTML5 RDP solutions available. It would be nice to have their integration inside phpVirtualbox.
For example, I have a SparkGateway server, connecting a VM could be as easy as making an iframe with the right parameters (so long as the host names match, easy enough to do).
I've cobbled up a sort of "addon" package. This only adds handling to the VNC console, for the SparkGateway only (I don't have time just yet to spend adapting the RDP's SWF section. The java applet was much simpler).
Anyways, this requires an added line in config.php like so:
/ Use SparkGateway for RDP. Enter the gateway's wss:// URL here (without wss:// ) /
var $consoleSparkGateway = "tsaukpaetra.com/services/SparkGateway";
The zip file should be unzipped from the root of the phpvirtualbox installation. It should replace only one file.
The zip contents contains the basic files needed to connect to the sparkgateway directly (without user input) in the form of vncdirect.html and rdpdirect.html.