feat: package docker deployment and publish flow

This commit is contained in:
theshy
2026-04-22 16:20:03 +08:00
parent 055474360e
commit 2146687dc6
178 changed files with 24318 additions and 20855 deletions

View File

@ -25,3 +25,11 @@ cd /home/theshy/biliup/biliup-next
- `upload_config.json` <- `upload_config.example.json`
它们只用于占位能保证项目进入可配置 doctor的状态但不代表上传链路已经可用
`upload_config.json` 同时控制
- 纯享版投稿标题简介动态标签`template`
- 纯享版和完整版置顶评论格式`comment_template`
- 文件名解析规则`filename_patterns`
Docker 部署时这个目录通常会作为 `./runtime:/app/runtime` 挂载到容器内镜像更新不会覆盖已有 `upload_config.json`所以修改评论动态简介格式时应直接改宿主机上的 `runtime/upload_config.json`