2025-11-10 19:08:13 +01:00
2025-11-10 19:08:13 +01:00
2025-11-10 19:08:13 +01:00
2025-11-10 19:08:13 +01:00
2025-11-10 19:08:13 +01:00
2025-11-10 19:08:13 +01:00

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
No description provided
Readme 27 KiB
Languages
Go 92.2%
Dockerfile 7.8%