fix: wire mail provider into standalone registration

This commit is contained in:
mmc
2026-03-19 08:11:28 +08:00
parent 26b238ec25
commit 9169ede86b
5 changed files with 28 additions and 4 deletions

View File

@@ -57,6 +57,10 @@ python3 /root/standalone_cli/main.py config init
- `bearer_token``email` + `password`
- 邮箱提供商配置 `mail_provider_configs`
当前这台机器实测可用的代理是:
- `http://127.0.0.1:17891`
模板里的 URL 现在使用了更明确的占位值:
- `https://your-cpa.example.com`
@@ -102,6 +106,12 @@ python3 /root/standalone_cli/main.py register --sleep-min 5 --sleep-max 30
python3 /root/standalone_cli/main.py register --proxy http://127.0.0.1:7897 --once
```
如果你直接使用当前机器的代理,建议改成:
```bash
python3 /root/standalone_cli/main.py register --proxy http://127.0.0.1:17891 --once
```
### 查看本地 token
```bash
@@ -175,6 +185,8 @@ cd /root/standalone_cli
docker compose up --build
```
当前 compose 默认执行一次性命令 `--json config show`,用于快速验证镜像和配置挂载是否正常,不会常驻运行。
## 验证命令
```bash