Cool so I got the extention template and so on. But where is the extentions
folder located?
And wont it just get overwritten when the container gets reloaded?
Kind regards,
Riano de Souza
MRJ Consultants
Tel : 012 654 0300/654 3653 or 012 941 8515 (voip) P.O. Box 77794 37
Weavind Ave.
Fax 086 609 3988
Eldoraigne Eldoraigne
Cell : 082 2252 748 0171
Centurion
Email: [email protected]<mailto:[email protected]>
Website: www.mrjconsultants.com<http://www.mrjconsultants.com/>;
www.genesis-software.co.za<http://www.genesis-software.co.za/>
[cid:[email protected]][genesislogo]
Please consider the environment before printing this e-mail!
DISCLAIMER:
This email is confidential and intended solely for the use of the individual to
whom it is addressed. Any views or opinions presented are solely those of the
author and do not necessarily represent those of MRJ Consultants CC. If you are
not the intended recipient, be advised that you have received this email in
error and that any use, dissemination, forwarding, printing, or copying of this
email is strictly prohibited. If you have received this email in error please
notify MRJ Consultants CC. - by telephone on 012 658 0546, or by return
E-mail. We do not accept any responsibility or liability for damage caused by
viruses or any other content contained in this message. MRJ Consultants is not
responsible for any customer data loss as a result of any Malware (including
Ransomware) attack or repair/maintenance procedure. Client Data backup
responsibility lies with the Client and is in many cases the only protection
against malware attacks. MRJ Consultants will not seek permission from client
when replacing HW or OS reloads which leads to Data loss or Damage. All
accessories must be verified by the Client on the Job card when booking item
into MRJ Consultants workshop. All quotations will be sent to clients and
pending repair, re-quotations; if necessary, will be sent when any further
faults are diagnosed after the original quoted part has been replaced. Repaired
items or declared irreparable items, must be collected within 7 days of
notification.
From: Nick Couchman <[email protected]>
Sent: 23 April 2020 16:30
To: [email protected]
Subject: Re: Login Page customization.
On Thu, Apr 23, 2020 at 10:14 AM Riano De Souza
<[email protected]<mailto:[email protected]>> wrote:
Hi.
I have googled and tried and tried and cant seem to rebrand my guacamole login
screen.
How do i do this? everytime i chage something and restart the container it
wipes all my changes and everything is lost.
Please note I am a docker noob and this is my first time using docker and
guacamole.
First, you should not try to edit the files, directly, as they will be
overwritten any time the web application (WAR) is re-deployed, which, in a
Docker environment, will be any time the container is restarted.
In addition to that, Guacamole's extension framework allows for "branding" of
the login page and other aspects of the interface. This is covered in some
level of detail on the guacamole-ext manual page:
http://guacamole.apache.org/doc/gug/guacamole-ext.html
Essentially you need a JAR file with a guac-manifest.json file, which tells
Guacamole Client what resources to load, and then the resources themselves -
customized CSS files, HTML files, etc. I have one that provides a custom font
for the interface that is in line with our corporate standards.
Once you've generated that JAR file you place it in the Guacamole extensions
directory with any other extensions (e.g. authentication) you are loading.
If you need more detail or help, feel free to post back, here, and we can try
to guide you further.
-Nick