SWAG + Guacamole

I’m having some issues getting SWAG to work with Guacamole. I’m using the official Guacamole containers rather than the LSIO one.

I’m using the preconfigured guacamole.subdomain.conf file, but I’m assuming its not working because I’m using the official containers.

When I’ve proxied Guacamole before with NPM its required some special configure because it defaults to the subdomain:

http://XXX.XXX.X.XXX:8080/guacamole/#/

Is there a way to accommodate this in SWAG?

I’ve tried modifying
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
to
proxy_pass $upstream_proto://$upstream_app:$upstream_port/guacamole/#/;

But this hasnt worked :frowning: