diff --git a/apps/deepseek-harness-workstation/0.1.2-alpha.2/.env.sample b/apps/deepseek-harness-workstation/0.1.2-alpha.4/.env.sample similarity index 100% rename from apps/deepseek-harness-workstation/0.1.2-alpha.2/.env.sample rename to apps/deepseek-harness-workstation/0.1.2-alpha.4/.env.sample diff --git a/apps/deepseek-harness-workstation/0.1.2-alpha.2/data.yml b/apps/deepseek-harness-workstation/0.1.2-alpha.4/data.yml similarity index 100% rename from apps/deepseek-harness-workstation/0.1.2-alpha.2/data.yml rename to apps/deepseek-harness-workstation/0.1.2-alpha.4/data.yml diff --git a/apps/deepseek-harness-workstation/0.1.2-alpha.2/docker-compose.yml b/apps/deepseek-harness-workstation/0.1.2-alpha.4/docker-compose.yml similarity index 94% rename from apps/deepseek-harness-workstation/0.1.2-alpha.2/docker-compose.yml rename to apps/deepseek-harness-workstation/0.1.2-alpha.4/docker-compose.yml index 2b11d0b2a..679f63342 100644 --- a/apps/deepseek-harness-workstation/0.1.2-alpha.2/docker-compose.yml +++ b/apps/deepseek-harness-workstation/0.1.2-alpha.4/docker-compose.yml @@ -1,6 +1,6 @@ services: deepseek-harness-workstation: - image: "ghcr.io/okxlin/deepseek-harness:0.1.2-alpha.2-workstation" + image: "ghcr.io/okxlin/deepseek-harness:0.1.2-alpha.4-workstation" container_name: ${CONTAINER_NAME} restart: unless-stopped labels: diff --git a/apps/deepseek-harness-workstation/0.1.2-alpha.2/scripts/init.sh b/apps/deepseek-harness-workstation/0.1.2-alpha.4/scripts/init.sh similarity index 100% rename from apps/deepseek-harness-workstation/0.1.2-alpha.2/scripts/init.sh rename to apps/deepseek-harness-workstation/0.1.2-alpha.4/scripts/init.sh diff --git a/apps/deepseek-harness-workstation/0.1.2-alpha.2/scripts/uninstall.sh b/apps/deepseek-harness-workstation/0.1.2-alpha.4/scripts/uninstall.sh similarity index 100% rename from apps/deepseek-harness-workstation/0.1.2-alpha.2/scripts/uninstall.sh rename to apps/deepseek-harness-workstation/0.1.2-alpha.4/scripts/uninstall.sh diff --git a/apps/deepseek-harness-workstation/0.1.2-alpha.2/scripts/upgrade.sh b/apps/deepseek-harness-workstation/0.1.2-alpha.4/scripts/upgrade.sh similarity index 100% rename from apps/deepseek-harness-workstation/0.1.2-alpha.2/scripts/upgrade.sh rename to apps/deepseek-harness-workstation/0.1.2-alpha.4/scripts/upgrade.sh diff --git a/apps/deepseek-harness-workstation/README.md b/apps/deepseek-harness-workstation/README.md index e6a1ed0d6..35defad2c 100644 --- a/apps/deepseek-harness-workstation/README.md +++ b/apps/deepseek-harness-workstation/README.md @@ -82,7 +82,7 @@ http://127.0.0.1:56789 从旧版工作站布局升级时,如果 `/data/auth` 为空,镜像入口会在首次启动时把 `dsh-home:/home/node/.local/share/deepseek-harness` 中的旧鉴权、Caddy 和 DSH 状态复制到 `/data`。迁移不会删除旧 HOME 数据;请先备份 `./data/data` 和 `dsh-home`,确认新版本启动正常后再自行清理旧副本。 -从旧版 AppStore 包升级时,已有 `.env` 通常不包含 `CADDY_TRUSTED_PROXIES`。新 Compose 会自动使用 `private_ranges`,因此标准 1Panel/OpenResty 部署无需手工补写该变量,也不会改变 `/data`、`/home/node` 或 `/workspace` 的挂载和数据。升级后可在应用参数中按实际代理链调整该值。`0.1.2-alpha.2` 使用新的 `ghcr.io/okxlin/deepseek-harness` 工作站镜像,现有安装可以直接执行 1Panel 应用升级;升级前仍建议备份应用目录和 `dsh-home`,不要删除旧卷。 +从旧版 AppStore 包升级时,已有 `.env` 通常不包含 `CADDY_TRUSTED_PROXIES`。新 Compose 会自动使用 `private_ranges`,因此标准 1Panel/OpenResty 部署无需手工补写该变量,也不会改变 `/data`、`/home/node` 或 `/workspace` 的挂载和数据。升级后可在应用参数中按实际代理链调整该值。`0.1.2-alpha.4` 使用新的 `ghcr.io/okxlin/deepseek-harness` 工作站镜像,现有安装可以直接执行 1Panel 应用升级;升级前仍建议备份应用目录和 `dsh-home`,不要删除旧卷。 1Panel 的应用备份覆盖应用安装目录,因此会包含 `./data/data` 和 `./data/workspace`。独立的 HOME named volume 不在应用目录内,升级、卸载或迁移前如需保留用户安装的工具和缓存,请停止应用并单独备份 `dsh-home`: @@ -130,7 +130,7 @@ The image limits username-stage POSTs to 30 per minute and password-stage POSTs ## 镜像与源码 -- 应用版本:滚动版本 `latest` 与固定版本 `0.1.2-alpha.2` +- 应用版本:滚动版本 `latest` 与固定版本 `0.1.2-alpha.4` - 镜像:`latest` 使用 `ghcr.io/okxlin/deepseek-harness:workstation`,固定版本使用匹配的 `<版本>-workstation` tag - DeepSeek Harness: - 镜像构建源码: