No description
Find a file
2026-01-21 23:17:46 -05:00
.github/workflows docker and workflow 2026-01-21 23:13:47 -05:00
config.example.yml update readme and config example 2026-01-19 14:07:25 -05:00
Dockerfile bump go version in dockerfile 2026-01-21 23:17:46 -05:00
go.mod first 2026-01-19 12:52:25 -05:00
go.sum first 2026-01-19 12:52:25 -05:00
main.go docker and workflow 2026-01-21 23:13:47 -05:00
README.md Add usage section to README for Docker Compose 2026-01-21 23:16:09 -05:00

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