Is there any way to just use it behind an existing...
# install
i
Is there any way to just use it behind an existing reverse proxy?
b
This might work
Change the listen port in trafik to something else and then in your existing proxy forward everything intended for netmaker to the new trafik endpoint
But it would be easier to setup netmaker on a separate cheap vps
i
hmm
okay, I just thought it might be "easy"
since Wireguard would communicate on its own ports and the webinterface could be completely independent
b
There is also the API and MQ
i
but for them the port wouldn't really change
at least from external
b
They all go through the trafik proxy
i
and the port on the traefik instance could be changed? 😮
I mean... when the install script would ask something like "do you want to run behind a reverse proxy?" and this is answered with "yes" it could also ask for a port it shall present to a reverse proxy
b
But you would have proxy traefik
i
yah...
sooo
reverse proxy -> traefik -> services
b
Or move all the config from traefix into your existing proxy
i
okay 😄
would it matter, when I just changed it in the docker-compose file?
e.g. 8443:443
and in my reverse proxy I just send requests to 8443
b
I think that would work but to be honest, not sure
i
^^
I will try
thank you
3 Views