How to reverse-proxy non-containerized services?

Hi

First of all, thanks for your hard work. I’ll recently got SWAG up and running with Heimdall as the base domain and with Authelia TOPT authentication. This is a huge milestone for me which would not have been possible without your work.

Now to the topic; I have been read all the SWAG documentation on your website and on github and searched far and wide for some guidance on how to reverse-proxy non-containerized services on my network. E.g. the OMV web-interface on the host that serves my containers and pi-hole on a RPi on my home network.

I haven’t fount anything and thus I hope you can help me.

There isn’t much difference between containerized vs bare metal when it comes to reverse proxying. For bare metal, in the proxy config, you’ll set the upstream_app variable to the IP address instead of the container name, that’s all.

1 Like

Great. Thanks a lot.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.