newapi / start.sh
iouoracle's picture
Update start.sh
45dd7ca verified
raw
history blame
159 Bytes
#!/bin/sh
# 启动 cloudflared tunnel
cloudflared tunnel --no-autoupdate run --token $CF_TOKEN &
# 启动 nginx 和 one-api
/one-api &
nginx -g "daemon off;"