docs: self-host env for Lark APaaS templates

This commit is contained in:
gitea-robot
2026-07-31 20:45:20 +08:00
parent 520c121176
commit 5ec0501ad6
2 changed files with 32 additions and 0 deletions

View File

@@ -305,6 +305,7 @@ Agent **不要**在 MCP 路径下再调 Dokploy `domain.create`(避免双绑/
| git push 权限 / Permission denied / 要配 SSH | **错误路径**。改用 `ensure_repository``agentHint.pushUrl` 推送;禁止给用户配 SSH |
| `nest: not found` / `vite: not found` | build 阶段在装依赖前设了 `NODE_ENV=production`;先全量 `npm ci` 再设 production |
| `JavaScript heap out of memory` | Dockerfile build 加 `NODE_OPTIONS=--max-old-space-size=3072`;避免并行 npm ci机器内存过小则升配 |
| `FORCE_AUTHN_INNERAPI_DOMAIN` / 平台模式需要基础域名 | 妙搭模板自部署缺 env控制面 apply 会注入;老应用再 apply 或 Dokploy 手动补公网 URL |
| 运行中项目达上限 | `get_my_quota`;停/删旧应用后再部署 |
| Forbidden 看他人项目 | 非管理员;加 `ADMIN_OPEN_IDS` 或只查自己的 |
| 有部署无 HTTPS | 等 LE查 DNS/80控制面证书配置 |