On Thu, Dec 29, 2016 at 8:13 AM, Cyle <[email protected]> wrote: > I made a very simple modification to the docker build script over on Github > to incorporate my own branding extension into the build process. It's 3 > simple lines of code. You could incorporate whatever bash scripting you need > to generate the extension, it's just a jar file. > > > build-guacamole.sh: > https://gist.github.com/nozpheratu/49604355077a7ac91b31b1b3fcc68fba#file-build-guacamole-sh-L112 > > > start.sh: > https://gist.github.com/anonymous/3a56c29247774b368ee304e9271907de#file-start-sh-L178 >
FYI - recent changes should make this easier going forward. We are adding a "GUACAMOLE_HOME" environment variable which will allow you to include arbitrary configuration and extensions within a Guacamole Docker container, where extensions would presumably be exposed into the container via a mount point: https://issues.apache.org/jira/browse/GUACAMOLE-100 The above changes are on git master, though the issue remains open until the documentation changes are complete. - Mike
