diff --git a/appstore/jackett/0.24.1316/.env b/appstore/jackett/0.24.1323/.env similarity index 100% rename from appstore/jackett/0.24.1316/.env rename to appstore/jackett/0.24.1323/.env diff --git a/appstore/jackett/0.24.1316/data.yml b/appstore/jackett/0.24.1323/data.yml similarity index 100% rename from appstore/jackett/0.24.1316/data.yml rename to appstore/jackett/0.24.1323/data.yml diff --git a/appstore/jackett/0.24.1316/docker-compose.yml b/appstore/jackett/0.24.1323/docker-compose.yml similarity index 91% rename from appstore/jackett/0.24.1316/docker-compose.yml rename to appstore/jackett/0.24.1323/docker-compose.yml index d2f1dec6f..07169c0b2 100644 --- a/appstore/jackett/0.24.1316/docker-compose.yml +++ b/appstore/jackett/0.24.1323/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - PUID=1000 - PGID=1000 - image: linuxserver/jackett:0.24.1316 + image: linuxserver/jackett:0.24.1323 labels: createdBy: Apps networks: diff --git a/appstore/jackett/0.24.1316/envs/default.env b/appstore/jackett/0.24.1323/envs/default.env similarity index 100% rename from appstore/jackett/0.24.1316/envs/default.env rename to appstore/jackett/0.24.1323/envs/default.env diff --git a/appstore/jackett/0.24.1316/envs/global.env b/appstore/jackett/0.24.1323/envs/global.env similarity index 100% rename from appstore/jackett/0.24.1316/envs/global.env rename to appstore/jackett/0.24.1323/envs/global.env diff --git a/appstore/jackett/0.24.1316/scripts/init.sh b/appstore/jackett/0.24.1323/scripts/init.sh similarity index 100% rename from appstore/jackett/0.24.1316/scripts/init.sh rename to appstore/jackett/0.24.1323/scripts/init.sh diff --git a/appstore/jackett/0.24.1316/scripts/uninstall.sh b/appstore/jackett/0.24.1323/scripts/uninstall.sh similarity index 100% rename from appstore/jackett/0.24.1316/scripts/uninstall.sh rename to appstore/jackett/0.24.1323/scripts/uninstall.sh diff --git a/appstore/jackett/0.24.1316/scripts/upgrade.sh b/appstore/jackett/0.24.1323/scripts/upgrade.sh similarity index 100% rename from appstore/jackett/0.24.1316/scripts/upgrade.sh rename to appstore/jackett/0.24.1323/scripts/upgrade.sh diff --git a/appstore/openclaw-zh/README.md b/appstore/openclaw-zh/README.md new file mode 100644 index 000000000..e58e31d97 --- /dev/null +++ b/appstore/openclaw-zh/README.md @@ -0,0 +1,19 @@ +# OpenClaw 汉化发行版 + +适用于任何操作系统的 AI 智能体 Gateway 网关,支持 WhatsApp、Telegram、Discord、iMessage 等 + +![OpenClaw](https://file.lifebus.top/imgs/openclaw_banner.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 简介 + +> “去壳!去壳!” — 大概是一只太空龙虾说的 + +OpenClaw 通过单个 Gateway 网关进程将聊天应用连接到 Pi 等编程智能体。它为 OpenClaw 助手提供支持,并支持本地或远程部署。 + + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) +![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W) diff --git a/appstore/openclaw-zh/data.yml b/appstore/openclaw-zh/data.yml new file mode 100644 index 000000000..d79a31e1d --- /dev/null +++ b/appstore/openclaw-zh/data.yml @@ -0,0 +1,17 @@ +additionalProperties: + key: openclaw-zh + name: OpenClaw 汉化发行版 + tags: + - WebSite + - Local + shortDescZh: 您自己的个人AI助手。任何操作系统。任何平台。小龙虾计划。 🦞 + shortDescEn: Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 + type: website + crossVersionUpdate: true + limit: 0 + website: https://openclaw.qt.cool/ + github: https://github.com/1186258278/OpenClawChineseTranslation/ + document: https://openclaw.qt.cool/ + architectures: + - amd64 + - arm64 diff --git a/appstore/openclaw-zh/latest/.env b/appstore/openclaw-zh/latest/.env new file mode 100644 index 000000000..e1181fe6c --- /dev/null +++ b/appstore/openclaw-zh/latest/.env @@ -0,0 +1,9 @@ +# 数据持久化路径 [必填] +OPENCLAW_ROOT_PATH=/home/openclaw-zh + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=18789 + +# 网关 token [必填] +OPENCLAW_GATEWAY_TOKEN= + diff --git a/appstore/openclaw/2026.3.7/config/openclaw.json b/appstore/openclaw-zh/latest/config/openclaw.json similarity index 100% rename from appstore/openclaw/2026.3.7/config/openclaw.json rename to appstore/openclaw-zh/latest/config/openclaw.json diff --git a/appstore/openclaw-zh/latest/data.yml b/appstore/openclaw-zh/latest/data.yml new file mode 100644 index 000000000..9d66efa0e --- /dev/null +++ b/appstore/openclaw-zh/latest/data.yml @@ -0,0 +1,24 @@ +additionalProperties: + formFields: + - default: "/home/openclaw-zh" + edit: true + envKey: OPENCLAW_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 18789 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: "" + edit: false + envKey: OPENCLAW_GATEWAY_TOKEN + labelZh: 网关 token + labelEn: Gateway token + required: true + type: password diff --git a/appstore/openclaw-zh/latest/docker-compose.yml b/appstore/openclaw-zh/latest/docker-compose.yml new file mode 100644 index 000000000..c27989696 --- /dev/null +++ b/appstore/openclaw-zh/latest/docker-compose.yml @@ -0,0 +1,22 @@ +networks: + 1panel-network: + external: true +services: + openclaw-zh: + container_name: openclaw-zh + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: 1186258278/openclaw-zh:latest + init: true + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:18789 + restart: always + volumes: + - ${OPENCLAW_ROOT_PATH}/data:/root/.openclaw diff --git a/appstore/openclaw/2026.3.7/envs/default.env b/appstore/openclaw-zh/latest/envs/default.env similarity index 100% rename from appstore/openclaw/2026.3.7/envs/default.env rename to appstore/openclaw-zh/latest/envs/default.env diff --git a/appstore/openclaw/2026.3.7/envs/global.env b/appstore/openclaw-zh/latest/envs/global.env similarity index 100% rename from appstore/openclaw/2026.3.7/envs/global.env rename to appstore/openclaw-zh/latest/envs/global.env diff --git a/appstore/openclaw/2026.3.7/scripts/init.sh b/appstore/openclaw-zh/latest/scripts/init.sh similarity index 100% rename from appstore/openclaw/2026.3.7/scripts/init.sh rename to appstore/openclaw-zh/latest/scripts/init.sh diff --git a/appstore/openclaw/2026.3.7/scripts/uninstall.sh b/appstore/openclaw-zh/latest/scripts/uninstall.sh similarity index 100% rename from appstore/openclaw/2026.3.7/scripts/uninstall.sh rename to appstore/openclaw-zh/latest/scripts/uninstall.sh diff --git a/appstore/openclaw/2026.3.7/scripts/upgrade.sh b/appstore/openclaw-zh/latest/scripts/upgrade.sh similarity index 100% rename from appstore/openclaw/2026.3.7/scripts/upgrade.sh rename to appstore/openclaw-zh/latest/scripts/upgrade.sh diff --git a/appstore/openclaw-zh/logo.png b/appstore/openclaw-zh/logo.png new file mode 100644 index 000000000..525515be7 Binary files /dev/null and b/appstore/openclaw-zh/logo.png differ diff --git a/appstore/openclaw-zh/logo.svg b/appstore/openclaw-zh/logo.svg new file mode 100644 index 000000000..bcbc1e10c --- /dev/null +++ b/appstore/openclaw-zh/logo.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/appstore/openclaw/2026.3.7/.env b/appstore/openclaw/2026.3.8/.env similarity index 100% rename from appstore/openclaw/2026.3.7/.env rename to appstore/openclaw/2026.3.8/.env diff --git a/appstore/openclaw/2026.3.8/config/openclaw.json b/appstore/openclaw/2026.3.8/config/openclaw.json new file mode 100644 index 000000000..d328beec5 --- /dev/null +++ b/appstore/openclaw/2026.3.8/config/openclaw.json @@ -0,0 +1,24 @@ +{ + "gateway": { + "mode": "local", + "controlUi": { + "dangerouslyAllowHostHeaderOriginFallback": true + } + }, + "agents": { + "defaults": { + "workspace": "/home/node/.openclaw/workspace" + }, + "list": [ + { + "id": "main", + "workspace": "/home/node/.openclaw/workspace", + "identity": { + "name": "Clawd", + "theme": "helpful assistant", + "emoji": "🦞" + } + } + ] + } +} diff --git a/appstore/openclaw/2026.3.7/data.yml b/appstore/openclaw/2026.3.8/data.yml similarity index 100% rename from appstore/openclaw/2026.3.7/data.yml rename to appstore/openclaw/2026.3.8/data.yml diff --git a/appstore/openclaw/2026.3.7/docker-compose.yml b/appstore/openclaw/2026.3.8/docker-compose.yml similarity index 95% rename from appstore/openclaw/2026.3.7/docker-compose.yml rename to appstore/openclaw/2026.3.8/docker-compose.yml index 585be4874..c55cd2fee 100644 --- a/appstore/openclaw/2026.3.7/docker-compose.yml +++ b/appstore/openclaw/2026.3.8/docker-compose.yml @@ -29,7 +29,7 @@ services: - -e - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) timeout: 5s - image: ghcr.io/openclaw/openclaw:2026.3.7 + image: ghcr.io/openclaw/openclaw:2026.3.8 init: true labels: createdBy: Apps diff --git a/appstore/openclaw/2026.3.8/envs/default.env b/appstore/openclaw/2026.3.8/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/appstore/openclaw/2026.3.8/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/appstore/openclaw/2026.3.8/envs/global.env b/appstore/openclaw/2026.3.8/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/appstore/openclaw/2026.3.8/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/appstore/openclaw/2026.3.8/scripts/init.sh b/appstore/openclaw/2026.3.8/scripts/init.sh new file mode 100644 index 000000000..c4328ab42 --- /dev/null +++ b/appstore/openclaw/2026.3.8/scripts/init.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + mkdir -p "$OPENCLAW_ROOT_PATH" + mkdir -p "$OPENCLAW_ROOT_PATH/data" + mkdir -p "$OPENCLAW_ROOT_PATH/data/config" + mkdir -p "$OPENCLAW_ROOT_PATH/data/workspace" + + cp ./config/openclaw.json "$OPENCLAW_ROOT_PATH/data/config/openclaw.json" + + chown -R 1000:1000 "$OPENCLAW_ROOT_PATH" + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/openclaw/2026.3.8/scripts/uninstall.sh b/appstore/openclaw/2026.3.8/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/openclaw/2026.3.8/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/openclaw/2026.3.8/scripts/upgrade.sh b/appstore/openclaw/2026.3.8/scripts/upgrade.sh new file mode 100644 index 000000000..09c2c9349 --- /dev/null +++ b/appstore/openclaw/2026.3.8/scripts/upgrade.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + chown -R 1000:1000 "$OPENCLAW_ROOT_PATH" + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/dockge/jackett/docker-compose.yml b/dockge/jackett/docker-compose.yml index d2f1dec6f..07169c0b2 100644 --- a/dockge/jackett/docker-compose.yml +++ b/dockge/jackett/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - PUID=1000 - PGID=1000 - image: linuxserver/jackett:0.24.1316 + image: linuxserver/jackett:0.24.1323 labels: createdBy: Apps networks: diff --git a/dockge/openclaw-zh/.env b/dockge/openclaw-zh/.env new file mode 100644 index 000000000..e1181fe6c --- /dev/null +++ b/dockge/openclaw-zh/.env @@ -0,0 +1,9 @@ +# 数据持久化路径 [必填] +OPENCLAW_ROOT_PATH=/home/openclaw-zh + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=18789 + +# 网关 token [必填] +OPENCLAW_GATEWAY_TOKEN= + diff --git a/dockge/openclaw-zh/config/openclaw.json b/dockge/openclaw-zh/config/openclaw.json new file mode 100644 index 000000000..d328beec5 --- /dev/null +++ b/dockge/openclaw-zh/config/openclaw.json @@ -0,0 +1,24 @@ +{ + "gateway": { + "mode": "local", + "controlUi": { + "dangerouslyAllowHostHeaderOriginFallback": true + } + }, + "agents": { + "defaults": { + "workspace": "/home/node/.openclaw/workspace" + }, + "list": [ + { + "id": "main", + "workspace": "/home/node/.openclaw/workspace", + "identity": { + "name": "Clawd", + "theme": "helpful assistant", + "emoji": "🦞" + } + } + ] + } +} diff --git a/dockge/openclaw-zh/docker-compose.yml b/dockge/openclaw-zh/docker-compose.yml new file mode 100644 index 000000000..c27989696 --- /dev/null +++ b/dockge/openclaw-zh/docker-compose.yml @@ -0,0 +1,22 @@ +networks: + 1panel-network: + external: true +services: + openclaw-zh: + container_name: openclaw-zh + env_file: + - ./envs/global.env + - .env + environment: + - TZ=Asia/Shanghai + image: 1186258278/openclaw-zh:latest + init: true + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:18789 + restart: always + volumes: + - ${OPENCLAW_ROOT_PATH}/data:/root/.openclaw diff --git a/dockge/openclaw-zh/envs/default.env b/dockge/openclaw-zh/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/openclaw-zh/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/openclaw-zh/envs/global.env b/dockge/openclaw-zh/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/openclaw-zh/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/dockge/openclaw/docker-compose.yml b/dockge/openclaw/docker-compose.yml index 585be4874..c55cd2fee 100644 --- a/dockge/openclaw/docker-compose.yml +++ b/dockge/openclaw/docker-compose.yml @@ -29,7 +29,7 @@ services: - -e - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) timeout: 5s - image: ghcr.io/openclaw/openclaw:2026.3.7 + image: ghcr.io/openclaw/openclaw:2026.3.8 init: true labels: createdBy: Apps