On Fri, Feb 24, 2023 at 10:32 AM Alexander Ricardez < [email protected]> wrote:
> Hello, I installed version 1.5.0 of Apache Guacamole, I wanted to test how > complex it is to modify the appearance of the start screen (login) of > Apache Guacamole. I managed to add a 3D animation with the three.js library > and I intend to continue adding other designs. However, I have a problem, > when I log in correctly, the animation and the layout of the login page > remain within the connection management interface. Is it possible to > separate the login page from the connection management page? > Yes, the process of customizing the Guacamole UI is documented in a couple of places: * In the user manual, under the guacamole-ext section: https://guacamole.apache.org/doc/gug/guacamole-ext.html * There is an example branding extension in the source code: https://github.com/apache/guacamole-client/tree/master/doc/guacamole-branding-example Please take a look at both of these and see if that helps - if you have further questions, please feel free to post back with specifics. -Nick
