On Mon, Nov 25, 2019 at 12:33 PM Ben Davis <[email protected]> wrote:
> That makes sense. The two main things I want to do are A) modify the UI > and B) add a REST endpoint that returns VM status info for a connection. > I've done very little with Java in the past. Are there example extensions I > can look at that show how to do those two things? > > Both of these should be doable, although item B can be a little more problematic, depending on what you're trying to do. For item A, I'd take a look at the guacamole-ext page of the manual: > Ben Davis > > *Education Director* > > *214-442-1635 | https://boldidea.org/ <http://boldidea.org/>* > > > * <https://boldidea.org/donate>* > > > > On Sat, Nov 23, 2019 at 2:34 AM Marko Nikolić <[email protected]> > wrote: > >> Hi Ben, >> >> Guacamole supports extension, which are used to add custom features, >> integrations etc... to the main application. It is better to use this >> method instead of hacking the Guacamole code. >> >> You can find more details on extensions in the docs: >> >> http://guacamole.apache.org/doc/gug/guacamole-ext.html >> >> Marko >> >> суб, 23. нов 2019. 02.18 Ben Davis <[email protected]> је написао/ла: >> >>> I would like to make some customizations to the angular javascript app. >>> However, I'm not familiar with the frontend build system that guacamole >>> uses. I tried adding some console.log() statements in the source files >>> in /var/lib/tomcat9/webapps/guacamole, but haven't found where I can change >>> anything. >>> >>> My main goal right now is inserting a new screen between when the user >>> has authenticated and when they are connected to their desktop. Can anyone >>> provide some direction on how I can get started hacking around on it? >>> >>> Ben Davis >>> >>> *Education Director* >>> >>> *214-442-1635 | https://boldidea.org/ <http://boldidea.org/>* >>> >>> >>> * <https://boldidea.org/donate>* >>> >>>
