Hi,

I'm currently customizing Guacamole client with extensions.
An example manifest file would be:

# cat guac-manifest.json
{

        "guacamoleVersion" : "*",
        "name" : "custom pages",
        "namespace" : "custompages",

         "html" : [
                "Note.html",
                "CustomURLs.html"
         ]

}

The content of my html files is obviously static, but I understand they are 
used as templates, right?

Is there a way to get the authenticated username in any of these custom pages?
Something like ${GUAC_USERNAME} in a custom .html file?

Vieri

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to