mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-09 18:51:38 +08:00
feat(apps/openclaw-zh): 添加 OpenClaw 中文版应用配置
添加 OpenClaw 中文版的 logo、README、数据配置和 docker-compose 文件
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# OpenClaw Chinese
|
||||
|
||||
OpenClaw Chinese is a localized Chinese distribution of OpenClaw. OpenClaw is an open-source, self-hosted personal AI assistant with a local Web Dashboard and Gateway.
|
||||
|
||||
## Usage
|
||||
|
||||
After installation, open `http://server-ip:port` in your browser. The default port is `18789`.
|
||||
|
||||
It is recommended to set `OPENCLAW_GATEWAY_TOKEN` during installation for Dashboard authentication. You can append `?token=your-token` to the URL when opening the Dashboard.
|
||||
|
||||
## Data Directory
|
||||
|
||||
Application data is persisted in `data/conf` under the installation directory, mapped to `/root/.openclaw` inside the container.
|
||||
|
||||
## References
|
||||
|
||||
- Repository: https://github.com/1186258278/OpenClawChineseTranslation
|
||||
- Docker guide: https://github.com/1186258278/OpenClawChineseTranslation/blob/main/DOCKER_README.md
|
||||
- OpenClaw website: https://openclaw.ai/
|
||||
Reference in New Issue
Block a user