lightweight go reverse proxy for ollama with bearer token authentication
go
proxy
ollama
1# Authentication token (required)
2# Generate a strong random token for production use
3OP_AUTH_TOKEN=your-secret-token-here
4
5# Ollama server URL (optional, defaults to http://localhost:11434)
6OP_OLLAMA_URL=http://localhost:11434
7
8# Proxy server port (optional, defaults to 11433)
9OP_PORT=11433