56d609fafd3db32f0a4a8fd69071005716424452
Secure Ollama API
This is a simple API that proxies requests to the Ollama API and adds authentication.
Configuration
OLLAMA_SERVER_URL: The URL of the Ollama server.OLLAMA_API_KEY: The API key to use for authentication.
Running
git clone https://git.secnex.io/secnex/secure-ollama-api.git
cd secure-ollama-api
docker build -t secure-ollama-api .
docker run -d -p 8080:8080 secure-ollama-api
Description
Languages
Go
92.2%
Dockerfile
7.8%