From 1196a2d804e68de2d6ceeedc0d2f62d768b1acb8 Mon Sep 17 00:00:00 2001 From: Jesse Date: Thu, 6 Aug 2026 08:42:00 +0000 Subject: [PATCH] Document offline Node deployment environment --- deploy-company-linux/references/server-profile.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy-company-linux/references/server-profile.md b/deploy-company-linux/references/server-profile.md index 119b0aa..2c58b69 100644 --- a/deploy-company-linux/references/server-profile.md +++ b/deploy-company-linux/references/server-profile.md @@ -8,6 +8,7 @@ - Deployment root: `/home/jsxq/apps` - Platform: Ubuntu Linux, x86_64 - Runtime: Docker Engine and Docker Compose plugin +- Cached Node base image: `local/node:24.16.0-bookworm` Do not store the SSH password in this skill or in a repository. Prefer an SSH key; otherwise use the process-scoped `COMPANY_LINUX_PASSWORD` variable. @@ -36,3 +37,4 @@ The server currently hosts Gitea, Gitea Act Runner, NocoBase, Dify, Langfuse, Je The main filesystem has substantial free space. `/data_nvme` is a separate data disk and is not part of this skill's default deployment scope. +Docker Hub connectivity has timed out from this server, so do not assume an uncached `FROM` image can be pulled. The npm registry is reachable. For Node.js builds, check `local/node:24.16.0-bookworm` first; it is built from the cached `python:3.12-slim` image and the host's `/opt/node-v24.16.0-linux-x64` runtime.