IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Basically, i added the scripts, images, etc.. from Guacamole and this started to work fine!!! :-)
I had to fix a few thins that are not uset in this implementation, but not much..
* Added support for remote printing
* Added support for mobile devices
Now, it:
* Allow register credentials from "trusted" sources (those knowing the secret ID of the server)
* Access to remote desktop based on parameters registered with credentials
* Return to the specified page on disconnection, if indicated.
* Use of credentials just once, and forget them
With uds transport part, when done, people will have full desktop access using just html5 client over a browser.
* Html5 client based rcp/vnc client based on Guacamole Api.
The idea behind this is to use an URL as transport provider for Guacamole Transport inside UDS (not done already, but thinking about it...). Using the provided code (this code is under AGPLv3), we can:
1.- Broker will connect to a servlet here, passing in the needed credentials for connection.
2.- Broker will redirect user to index.xhtml, with credentials identification within URL
3.- Client will get this credentials & params, and make the connection
4.- On exit, it will return to broker