Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
eggacheb/newapi
iouoracle
/
newapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
45dd7ca
newapi
/
start.sh
iouoracle
Update start.sh
45dd7ca
verified
5 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
#!/bin/sh
# 启动 cloudflared tunnel
cloudflared tunnel --no-autoupdate run --token
$CF_TOKEN
&
# 启动 nginx 和 one-api
/one-api &
nginx -g
"daemon off;"