remote-control
remote-control copied to clipboard
Installing on a non-dedicated machine with multiple services behind a reverse proxy
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?
~
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.