flcontainers / guacamole

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.
https://hub.docker.com/r/flcontainers/guacamole
GNU General Public License v3.0
322 stars 60 forks source link

Extensions are not copied? #114

Closed galbitz closed 1 month ago

galbitz commented 6 months ago

I could be misunderstanding the flow but what I noticed is that:

When the container runs, it tries to copy the extensions from /config/guacamole but they really are in /app/guacamole. This results in the extensions not copied to the right directory

Obviously it can easily be overwritten by passing in an environment variable at container start up but I do wonder if it's intentional.

MaxWaldorf commented 1 month ago

fixed in 1.5.5

galbitz commented 1 week ago

@MaxWaldorf Confirmed, it works now. Thanks for the fix.