jwetzell / docker-guacamole

A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5.
https://hub.docker.com/r/oznu/guacamole/
GNU General Public License v3.0
104 stars 17 forks source link

Branding logo #43

Closed netwaze closed 5 months ago

netwaze commented 5 months ago

Hello, since the update 1.5.4 our jar branding file to change the logo etc ... no longer works. If we put it in the extensions folder and turn on our docker it is automatically deleted. If we put it in extensions-available it is not taken into account at startup. I've added :

environment:
  EXTENSION: branding

Without success. Do you have a solution? Sincerely

jwetzell commented 5 months ago

Is this a custom jar that you put in the extensions-available folder and then reference?

jwetzell commented 5 months ago

@netwaze I see what change is causing this now. I have pushed modifications to the latest tag that should fix the jar being deleted from the extensions folder. If you could try out the latest tag and see if that fixes this issue, and if that works I will update the 1.5.4 image with this change.

netwaze commented 5 months ago

Hello @jwetzell , I've put my jar file back in the extension folder and it works with the latest fixes you've made. thanks you :)