Re: How to customize guacamole angular app

2019-11-26 Thread Nick Couchman
On Tue, Nov 26, 2019 at 8:51 PM Nick Couchman wrote: > On Mon, Nov 25, 2019 at 12:33 PM Ben Davis 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

Re: How to customize guacamole angular app

2019-11-25 Thread Ben Davis
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? Ben Davis *Education

Re: How to customize guacamole angular app

2019-11-23 Thread Nick Couchman
On Sat, Nov 23, 2019 at 03:34 Marko Nikolić 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

Re: How to customize guacamole angular app

2019-11-23 Thread Marko Nikolić
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:

How to customize guacamole angular app

2019-11-22 Thread Ben Davis
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