https://netmaker.org logo
#install
Title
# install
i

incalculable-dusk-80442

07/13/2022, 4:09 PM
Is there any way to just use it behind an existing reverse proxy?
b

bored-island-21407

07/13/2022, 4:24 PM
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

incalculable-dusk-80442

07/13/2022, 4:27 PM
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

bored-island-21407

07/13/2022, 4:29 PM
There is also the API and MQ
i

incalculable-dusk-80442

07/13/2022, 4:30 PM
but for them the port wouldn't really change
at least from external
b

bored-island-21407

07/13/2022, 4:31 PM
They all go through the trafik proxy
i

incalculable-dusk-80442

07/13/2022, 4:31 PM
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

bored-island-21407

07/13/2022, 4:32 PM
But you would have proxy traefik
i

incalculable-dusk-80442

07/13/2022, 4:33 PM
yah...
sooo
reverse proxy -> traefik -> services
b

bored-island-21407

07/13/2022, 4:33 PM
Or move all the config from traefix into your existing proxy
i

incalculable-dusk-80442

07/13/2022, 4:34 PM
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

bored-island-21407

07/13/2022, 4:35 PM
I think that would work but to be honest, not sure
i

incalculable-dusk-80442

07/13/2022, 4:35 PM
^^
I will try
thank you