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

Guacamole 1.5.4 and SSL #100

Closed londeril closed 8 months ago

londeril commented 9 months ago

Hi :)

First of all: Thanks for creating this dockerfile! It works like a charm on my test infrastructure. We are currently testing it internally but I think we'll deploy this for our supporters in the field!

Two questions: 1) Will you be updating this Dockerfile to 1.5.4? (edit: I'm sorry... I didn't realize that 1.5.4 only got released a few days ago... sorry for that 🙈) 2) Are you planning on implementing (self-signed) SSL for this Docker? (I could use it with our reverse proxy; but since we'd like to keep this behind a VPN anyway, a self-signed cert would be more than enough)

Cheers

Daniel

MaxWaldorf commented 9 months ago

I am updating dev branch as we speak...

The testing container should be available in a bit...

As per reverse proxy, as I am using kubernetes with traefik so I don't have much appetite to do it...

londeril commented 9 months ago

Cheers :)

ok, I'll use or own reverse proxy then.