Spaces:
Paused
Paused
| :7860 { | |
| handle_path /8085/* { | |
| reverse_proxy localhost:8085 | |
| } | |
| # https://github.com/justlovemaki/AIClient-2-API | |
| handle_path /apiv1/* { | |
| reverse_proxy localhost:3000 | |
| } | |
| # https://github.com/waxz/gemini-cli-openai | |
| handle_path /apiv2/* { | |
| reverse_proxy localhost:8787 | |
| } | |
| # gemini balance | |
| reverse_proxy localhost:8000 | |
| } |