fix: wire mail provider into standalone registration
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user