在render上搭建New-API

1.注册账号

render账号:https://render.com

aiven账号:https://aiven.io/mysql

2.fork github仓库

https://github.com/Calcium-Ion/new-api

3.创建MySQL数据库

参考:

在HuggingFace上搭建Uptime kuma并接入数据库

4.在render中拉取镜像

image.png
环境变量填入SQL_DSN
image.png

在value中填入MySQL中获取到信息

1
用户名:密码@tcp(Host:Port)/数据库名称

最后点击Deploy Web Service

5.自定义域名

image.png
将域名解析到cloudflare

📎 参考文章