initial commit

This commit is contained in:
zhangshun
2026-05-23 09:11:46 +08:00
commit 5d08480921
42 changed files with 10615 additions and 0 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
HOST=0.0.0.0
PORT=3001
JWT_SECRET=change-me
DB_PATH=
# local: write to server/storage and serve via /storage
# cos: upload models to Tencent Cloud COS and read through CDN_BASE_URL
STORAGE_DRIVER=local
# Optional when STORAGE_DRIVER=local and public absolute URLs are needed.
PUBLIC_BASE_URL=
# Required when STORAGE_DRIVER=cos
COS_SECRET_ID=
COS_SECRET_KEY=
COS_BUCKET=
COS_REGION=
COS_PREFIX=models
CDN_BASE_URL=https://cdn.example.com