This commit is contained in:
dekun
2026-05-30 15:51:20 +08:00
parent 1f8d2e64e7
commit b154f1230c
5 changed files with 14 additions and 2 deletions
+3 -2
View File
@@ -432,9 +432,10 @@ pm2 save
| 扫描端 | 8088 | `/dashboard` |
| 执行器 | 8090 | `/dashboard` |
**云上(PM2 / systemd 环境变量)** — 允许本地导航页嵌入:
**云上(PM2 / systemd 环境变量)** — 允许本地导航页嵌入**不要写进 config.yaml**
```env
```bash
# PM2:编辑 deploy/ecosystem.config.cjs 的 env 段,然后 pm2 restart ...
NAV_ALLOW_EMBED=true
NAV_EMBED_ORIGINS=http://192.168.8.6:5070
```