JHubi1 / ollama-app

A modern and easy-to-use client for Ollama
Apache License 2.0
598 stars 45 forks source link

Allow advanced server configuration #10

Closed devzeebo closed 5 months ago

devzeebo commented 5 months ago

I've set up my Ollama server behind a secure Nginx proxy that checks the Authorization header and does API key verification. I've seen other tutorials online about securing the Ollama API via basic authentication as well. It would be useful to be able to use add an advanced server configuration section to set arbitrary headers when connecting to the server

JHubi1 commented 5 months ago

Custom headers are already implemented. They'll be released in the next release