boschkundendienst / guacamole-docker-compose

Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed)
GNU General Public License v3.0
983 stars 410 forks source link

NGINX CONFIGURATION #82

Closed nwf00 closed 1 year ago

nwf00 commented 1 year ago

Hi, I'n new at this

I could install it.
How can I configure NGINX and letsencrypt with a DDNS ? what version of guacamole? Can I use branding,jar?

Thanks

boschkundendienst commented 1 year ago

Hi, that are questions not covered by my project but well documented in the official guacamole and nginx documentation. Please read the corresponding instructions on the respective project websites.

Just as a note. If I would be in your shoes, I would entirely disable nginx in the docker-compose.yml file. Then I would run nginx-proxy-manager and let your public DDNS point to it (port 80 and 443) and then I would configure a forward in nginx proxy manager to guacamole:8080. nginx-proxy-manager could then automatically retrieve a certificate from let s encrypt.

But this is not as simple as it seems and your questions show me that it might be a bit too complicated for you.

Greets Peter