davestephens / ansible-nas

Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
MIT License
3.05k stars 472 forks source link

Guacamole Login Doesn't Work Using Traefik #231

Open DLLarson opened 4 years ago

DLLarson commented 4 years ago

Hi,

I installed the Guacamole application with the following settings:

guacamole_enabled: true
guacamole_available_externally: "true"

Then I accessed the site via the my external URL guacamole.dilbertshrugged.com. When I provide the default username and password of guacadmin they are rejected is improper. If I then access the same server using the local LAN nas:8090 the site accepts the same account name and password. I changed the password, logged out and back in with the LAN URL. Local access seems go at least.

Next I tried again to access Guacamole using the external URL. This time the site gave a 404 error page.

This time I restarted the docker container and retried the external URL. Now it showed the proper web login page and allowed a login with the guacadmin and the updated password.

All very confusing.

-Dale

davestephens commented 4 years ago

I'm pretty sure that there's a note in the docs that says guacadmin will fail login on first start of the container...

Note that this is a problem with Guacamole rather than Ansible-NAS...

On Mon, 3 Feb 2020, 14:59 Dale Larson, notifications@github.com wrote:

Hi,

I installed the Guacamole application with the following settings:

guacamole_enabled: trueguacamole_available_externally: "true"

Then I accessed the site via the my external URL guacamole.dilbertshrugged.com. When I provide the default username and password of guacadmin they are rejected is improper. If I then access the same server using the local LAN nas:8090 the site accepts the same account name and password. I changed the password, logged out and back in with the LAN URL. Local access seems go at least.

Next I tried again to access Guacamole using the external URL. This time the site gave a 404 error page.

This time I restarted the docker container and retried the external URL. Now it showed the proper web login page and allowed a login with the guacadmin and the updated password.

All very confusing.

-Dale

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davestephens/ansible-nas/issues/231?email_source=notifications&email_token=AAFDGMCNZLSAEI2FWMPJFQ3RBAWOBA5CNFSM4KPGUZFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IKTY56A, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDGMBQXARHFXQBJO2JTNLRBAWOBANCNFSM4KPGUZFA .

davestephens commented 4 years ago

Nope, there's not, I obviously imagined it.

I'll add it in as this is a known issue with the Guacamole image I'm using.