open-webui / Caddyfile
wwforonce's picture
add gemini auth files
6fe053e
raw
history blame
402 Bytes
:7860 {
# https://github.com/justlovemaki/AIClient-2-API
handle_path /8085/* {
reverse_proxy localhost:8085
}
handle_path /apiv1/* {
reverse_proxy localhost:3000
}
# gemini-balance
handle_path /apiv2/* {
reverse_proxy localhost:8000
}
# https://github.com/waxz/gemini-cli-openai
handle_path /apiv3/* {
reverse_proxy localhost:8881
}
# openweb-ui
reverse_proxy localhost:8080
}