On Mon, Jun 4, 2018 at 2:12 AM, Asbern <[email protected]> wrote:
> Hi Mike, > > > > In the link that you have given, it is mentioned to have a file called > guac-manifest.json, but we couldn’t find that file. > > > It's in the source code of every single extension. For example: https://github.com/apache/guacamole-client/blob/master/extensions/guacamole-auth-ldap/src/main/resources/guac-manifest.json The contents of that file will vary based on whether or not you're implementing an authentication extension (running Java code) or just modifying the HTML code of the page (probably more what you're doing). > Is that file apache dependent? Because am using Nginx as a reverse proxy > > > No, it has nothing to do with Apache or Nginx - guac-manifest.json is specific to the Guacamole Client webapp. > FYI, my guacamole version is 0. 9.13 > > > That should be fine, although 0.9.14 is also available. I don't think there were any changes between 0.9.13-incubating and 0.9.14 that would impact what you're trying to do, though. -Nick
