On Tue, May 31, 2022 at 10:13 AM Suat Toksöz <[email protected]> wrote:
> Hi, > > I would like to edit apache guacamole admin web site, where I can find the > html tags? > > If you want to edit the admin site, you should edit the source code and re-builld it, and not edit the pages directly. As the site is hosted by Tomcat, the static pages are deployed from the WAR file, which can be re-deployed at any time and will overwrite any changes you make. To edit the source code, you can either edit the source directly and rebuild the war, or you can build an extension module that modifies the HTML code dynamically. The second option is the recommended route. To edit the source code directly, you need to download the source code and then find the location that you want to edit in the guacamole/src/main/frontend/src/app directory. If you want to build an extension that modifies the HTML, see the following manual page, and the following branding example: https://guacamole.apache.org/doc/gug/guacamole-ext.html#updating-existing-html https://github.com/apache/guacamole-client/tree/master/doc/guacamole-branding-example Feel free to post back here with any further questions or concerns. -Nick >
