From c0b2012a9c687014d04dbbb4252803c2783e6630 Mon Sep 17 00:00:00 2001 From: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:15:40 +0800 Subject: [PATCH] docs(faq): target the published deployment guide Signed-off-by: XiaoSeS <87064762+XiaoSeS@users.noreply.github.com> --- docs/skillhub/en/faq.md | 8 +++++++- docs/skillhub/faq.md | 8 +++++++- document/docs/05-reference/faq.md | 14 -------------- .../current/05-reference/faq.md | 14 -------------- 4 files changed, 14 insertions(+), 30 deletions(-) diff --git a/docs/skillhub/en/faq.md b/docs/skillhub/en/faq.md index 83ba79f2..61669a5e 100644 --- a/docs/skillhub/en/faq.md +++ b/docs/skillhub/en/faq.md @@ -140,7 +140,13 @@ A: When using the OpenClaw CLI, you can specify the namespace using the `--` 指向它。 - ## 使用相关 ### 如何重置管理员密码? diff --git a/document/i18n/en/docusaurus-plugin-content-docs/current/05-reference/faq.md b/document/i18n/en/docusaurus-plugin-content-docs/current/05-reference/faq.md index dac50ffb..04ec69b8 100644 --- a/document/i18n/en/docusaurus-plugin-content-docs/current/05-reference/faq.md +++ b/document/i18n/en/docusaurus-plugin-content-docs/current/05-reference/faq.md @@ -20,20 +20,6 @@ Recommended to use reverse proxy (Nginx/Ingress) for TLS termination. Use PostgreSQL standard backup tools (pg_dump). -### Image pull fails when deploying in China / an intranet, or the database errors when hand-writing compose? - -Prefer the official one-line `runtime.sh` script over a hand-written compose file: - -```bash -# Pull images from ghcr.io (default) -curl -fsSL https://imageless.oss-cn-beijing.aliyuncs.com/runtime.sh | sh -s -- up --public-url https://skillhub.your-company.com - -# If ghcr.io is unreachable in China, add --aliyun to use the Aliyun mirror -curl -fsSL https://imageless.oss-cn-beijing.aliyuncs.com/runtime.sh | sh -s -- up --aliyun --public-url https://skillhub.your-company.com --version latest -``` - -The script provisions PostgreSQL, Redis and object storage and starts them in the right order, avoiding the database-init / dependency-order errors that commonly appear with a hand-written compose. For fully air-gapped environments, first sync the images to an internal registry with `scripts/mirror-runtime-images.sh`, then point to it with `--mirror-registry `. - ## Usage Related ### How to reset admin password?