Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SF FR:#24 Allow usage of SparkGateway or Guacamole instead of Java viewer #33

Open
h6w opened this issue May 8, 2017 · 2 comments
Open

Comments

@h6w
Copy link
Collaborator

h6w commented May 8, 2017

Migrated from https://sourceforge.net/p/phpvirtualbox/feature-requests/24/

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).

@h6w
Copy link
Collaborator Author

h6w commented May 8, 2017

Anthony Tsaukpaetra - 2015-09-06
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.

@chotaire
Copy link
Contributor

chotaire commented Sep 8, 2019

And here's the actual zip file by Anthony Tsaukpaetra:

sparkgateway_addon.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants