mirror of
https://github.com/gabehf/koito-multi-proxy.git
synced 2026-03-07 13:38:13 -08:00
No description
| .github/workflows | ||
| config.example.yml | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
koito-multi-proxy
Proxies requests based on the token provided in the authorization header.
95% AI code. Use at your own risk.
Usage
docker compose
services:
koito-multi-proxy:
image: gabehf/koito-multi-proxy:latest
container_name: koito-multi-proxy
ports:
- "4111:4111"
volumes:
- /my/config/dir:/etc/kmp
Then put your config.yml into /my/config/dir/config.yml