Roland Edi
Roland Edi
Fork with PHP7 & PHP8 support [Horizom VarDumper](https://github.com/horizom/var-dumper) - https://github.com/horizom/var-dumper
Thank @alystaire I will take your suggestions into account and also add the reference to the original project by @digitalnatureen.
Here is my nginx configuration to add an Authorization Basic header in the request to the Ollama API. I use Apache's htpasswd to manage HTTP users. ```nginx server { ......
@n4ze3m No Ollama does not integrate API key management but using Authorization headers in reverse proxy can be an interesting alternative.
A huge thank you for the efforts you put into this project. But in my tests the headers I provided are not added to the request to the API.