extend setup wizard for database and agent

This commit is contained in:
jxxghp
2026-04-16 17:10:25 +08:00
parent 60996be71b
commit 5995b3f3e8
2 changed files with 204 additions and 1 deletions

View File

@@ -206,7 +206,12 @@ moviepilot setup --config-dir /path/to/moviepilot-config
`--wizard` 会进入交互式初始化向导,支持配置:
- `API_TOKEN`
- 数据库类型
默认 `SQLite`
可切换为 `PostgreSQL`,并填写主机、端口、数据库名、用户名、密码
- 默认下载目录与媒体库目录
- AI Agent
可按需启用,并配置 `LLM_PROVIDER``LLM_MODEL``LLM_API_KEY``LLM_BASE_URL`
- 下载器
- 媒体服务器
- 消息通知渠道