mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
+1
-1
@@ -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:
|
||||
@@ -0,0 +1,19 @@
|
||||
# OpenClaw 汉化发行版
|
||||
|
||||
适用于任何操作系统的 AI 智能体 Gateway 网关,支持 WhatsApp、Telegram、Discord、iMessage 等
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 简介
|
||||
|
||||
> “去壳!去壳!” — 大概是一只太空龙虾说的
|
||||
|
||||
OpenClaw 通过单个 Gateway 网关进程将聊天应用连接到 Pi 等编程智能体。它为 OpenClaw 助手提供支持,并支持本地或远程部署。
|
||||
|
||||
|
||||
---
|
||||
|
||||

|
||||

|
||||
@@ -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
|
||||
@@ -0,0 +1,9 @@
|
||||
# 数据持久化路径 [必填]
|
||||
OPENCLAW_ROOT_PATH=/home/openclaw-zh
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=18789
|
||||
|
||||
# 网关 token [必填]
|
||||
OPENCLAW_GATEWAY_TOKEN=
|
||||
|
||||
@@ -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 |
@@ -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": "🦞"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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
|
||||
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# 数据持久化路径 [必填]
|
||||
OPENCLAW_ROOT_PATH=/home/openclaw-zh
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=18789
|
||||
|
||||
# 网关 token [必填]
|
||||
OPENCLAW_GATEWAY_TOKEN=
|
||||
|
||||
@@ -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": "🦞"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user