意琦行 (@17x)CPA(CLIProxyAPI) docker 部署配置使用教程 中发帖

最近 OpenAI team bug 可以无限拉人,然后佬友们也分享了很多号出来。 
最开始也不知道咋用,折腾了一会发现直接导入到 CPA 就可用了。 
整理了一下,把 CPA 从部署、配置、使用的全流程。 

也是刚接触,如果有遗漏的欢迎大家补充~ 

Docker 启动
Clone 源码
git clone https://github.com/router-for-me/CLIProxyAPI.git
cd CLIProxyAPI

准备配置文件
创建配置文件 
cp config.example.yaml config.yaml

编辑配置: 
QuickStart 的话只需要简单修改地方: 


remote-management.allow-remote:需要远程访问则设置为 true 


remote-management.secret-key:访问密码,比如 123456 ...
 
 
Back to Top