pgaskin / easy-novnc

Single-binary noVNC instance, web UI, and multi-host proxy.
MIT License
178 stars 60 forks source link

Please add https option with support certificates #7

Open jakezp opened 4 years ago

jakezp commented 4 years ago

I've been using your docker container and it works well, but I'd like to request the option to enable https.

Thanks

pgaskin commented 4 years ago

I'd recommend using a reverse proxy like Caddy for SSL termination. You should also be using external authentication if it will be exposed publicly, or it's essentially exposing a VNC port publicly, which isn't good practice.

jakezp commented 4 years ago

Cool, thanks. I'll have a look getting a reverse proxy set up, thanks. Nope, not exposing it externally - internal use only...

Thanks.