I run traefik on my LAN, and I also run local DNS to try and make my domain match my Cloudflare domain and reach my services without leaving the LAN (so whether my cell phone is on my LAN or not, nextcloud. will hit Nextcloud, so my calendar and contacts sync and pictures I take auto-upload etc.).
I’m having trouble getting the new Reverse Proxy to work with this setup. Netbird Proxy seems to terminate TLS and I just get TLS errors from my local traefik.
I was running Pangolin for this purpose, kind of a split setup where I could share some less sensitive things publicly with people I couldn’t be bothered to do VPN tech support for, and Netbird could be used for more sensitive things I only want myself or someone I trust having access to.
It worked fine with Pangolin, so my guess is that Pangolin was doing TLS passthrough whereas Reverse Proxy is terminating TLS.
I’m guessing that was probably motivated to make things more seamless with authentication and so on, but if I could get an option where setting an env variable in the proxy.env file (and hopefully the installation script would be updated to ask the user if they want Netbird Proxy to terminate TLS (Default) or Passthrough TLS, I think that would probably solve my problem.
Thanks