lightweight go reverse proxy for ollama with bearer token authentication
go proxy ollama
at v1.0.0 293 B view raw
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