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
108 stars 18 forks source link

TOTP will not enable. #49

Closed Senectus closed 4 months ago

Senectus commented 4 months ago

Describe The Bug:

turning on EXTENSIONS auth-totp does not work The "guacamole-auth-totp-1.5.5.jar" files do not copy across into the "/docker/guacamole/guacamole/extensions" folder and the totp never kicks in.

To Reproduce:

enable totp, reload contianer not that .jar files dont copy and if you sign in totp never starts Expected behavior:

Logs:

Remove any sensative information.

Screenshots:

Environment:

jwetzell commented 4 months ago

I'm not sure what that folder is as that isn't the folder in the container that would contain the extension. However, I am unable to reproduce this running docker run -e EXTENSIONS=auth-totp -p 8080:8080 jwetzell/guacamole:1.5.5 I see that totp is enabled just fine.