Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-09 09:55:23 +00:00
parent 0e290eeacc
commit eb99287934
37 changed files with 259 additions and 4 deletions
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
image: linuxserver/jackett:0.24.1316 image: linuxserver/jackett:0.24.1323
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
+19
View File
@@ -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)
+17
View File
@@ -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
+9
View File
@@ -0,0 +1,9 @@
# 数据持久化路径 [必填]
OPENCLAW_ROOT_PATH=/home/openclaw-zh
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=18789
# 网关 token [必填]
OPENCLAW_GATEWAY_TOKEN=
+24
View File
@@ -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
@@ -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
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

+22
View File
@@ -0,0 +1,22 @@
<svg viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="lobster-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff4d4d"/>
<stop offset="100%" stop-color="#991b1b"/>
</linearGradient>
</defs>
<!-- Body -->
<path d="M60 10 C30 10 15 35 15 55 C15 75 30 95 45 100 L45 110 L55 110 L55 100 C55 100 60 102 65 100 L65 110 L75 110 L75 100 C90 95 105 75 105 55 C105 35 90 10 60 10Z" fill="url(#lobster-gradient)"/>
<!-- Left Claw -->
<path d="M20 45 C5 40 0 50 5 60 C10 70 20 65 25 55 C28 48 25 45 20 45Z" fill="url(#lobster-gradient)"/>
<!-- Right Claw -->
<path d="M100 45 C115 40 120 50 115 60 C110 70 100 65 95 55 C92 48 95 45 100 45Z" fill="url(#lobster-gradient)"/>
<!-- Antenna -->
<path d="M45 15 Q35 5 30 8" stroke="#ff4d4d" stroke-width="3" stroke-linecap="round"/>
<path d="M75 15 Q85 5 90 8" stroke="#ff4d4d" stroke-width="3" stroke-linecap="round"/>
<!-- Eyes -->
<circle cx="45" cy="35" r="6" fill="#050810"/>
<circle cx="75" cy="35" r="6" fill="#050810"/>
<circle cx="46" cy="34" r="2.5" fill="#00e5cc"/>
<circle cx="76" cy="34" r="2.5" fill="#00e5cc"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -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": "🦞"
}
}
]
}
}
@@ -29,7 +29,7 @@ services:
- -e - -e
- fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))
timeout: 5s timeout: 5s
image: ghcr.io/openclaw/openclaw:2026.3.7 image: ghcr.io/openclaw/openclaw:2026.3.8
init: true init: true
labels: labels:
createdBy: Apps createdBy: Apps
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
@@ -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
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -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
+1 -1
View File
@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
image: linuxserver/jackett:0.24.1316 image: linuxserver/jackett:0.24.1323
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:
+9
View File
@@ -0,0 +1,9 @@
# 数据持久化路径 [必填]
OPENCLAW_ROOT_PATH=/home/openclaw-zh
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=18789
# 网关 token [必填]
OPENCLAW_GATEWAY_TOKEN=
+24
View File
@@ -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": "🦞"
}
}
]
}
}
+22
View File
@@ -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
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+1 -1
View File
@@ -29,7 +29,7 @@ services:
- -e - -e
- fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1)) - fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))
timeout: 5s timeout: 5s
image: ghcr.io/openclaw/openclaw:2026.3.7 image: ghcr.io/openclaw/openclaw:2026.3.8
init: true init: true
labels: labels:
createdBy: Apps createdBy: Apps