lightweight go reverse proxy for ollama with bearer token authentication
go
proxy
ollama
1# Binaries for programs and plugins
2*.exe
3*.exe~
4*.dll
5*.so
6*.dylib
7
8# Test binary, built with `go test -c`
9*.test
10
11# Coverage files
12coverage.out
13coverage.html
14
15# Output of the go build
16ollama-proxy
17
18# Go workspace file
19go.work
20
21# Environment variables
22.env
23.env.local
24
25# IDE
26.vscode/
27.idea/
28*.swp
29*.swo
30*~
31
32# OS
33.DS_Store
34Thumbs.db