remote-control icon indicating copy to clipboard operation
remote-control copied to clipboard

Installing on a non-dedicated machine with multiple services behind a reverse proxy

Open hajdulak opened this issue 3 years ago • 1 comments

Hola,

I want to install Headwind Remote on my server, ideally with different port settings and behind an already established reverse proxy, as I only have one machine to use and it's already running a variety of services. I would then direct my apache reverse proxy subdomain to localhost:port and take care of the SSL certificate within the proxy.

Is there any way to alter the configuration of the install script to make the docker containers run on a non-host network with the nginx port set to a custom one, running http only?

~

hajdulak avatar Jul 21 '22 08:07 hajdulak

The list of configuration variables which could be overridden in config.yaml can be found in deploy/config.defaults.yaml.

Note that Headwind Remote uses WebRTC which requires SSL and therefore the certificate. You can try using HTTP but you can't avoid using WSS secure protocol, so Headwind Remote needs the SSL certificate anyway.

h-mdm avatar Jul 21 '22 16:07 h-mdm