Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 396 Bytes

File metadata and controls

24 lines (16 loc) · 396 Bytes

FuncProxy

工作流程图

diagram

使用说明

  1. 运行
docker build . -t funcproxy:v1
docker run --name funcproxy -it -d -p 7777:7777 funcproxy:v1
  1. 访问 http://localhost:7777

  2. 配置上游API服务、管理扩展 config

  3. 配置客户端 chatbox

制作插件

Plugin