I have ollama and open-webui on my local network and it works well with reins. It would be nice to be able to connect to the ollama instance when outside the network, but I'm not seeing any ways to pass in auth params to the server url. I tried with basic auth (e.g. :@ollama.mydomain.com) but it didnt work. Even better would be to be able to set an auth header so that you could reverse proxy requests through something like open-webui to use their api key functionality.