mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-09 02:38:06 +08:00
bac0625eb9
添加 OpenClaw 中文版的 logo、README、数据配置和 docker-compose 文件
32 lines
998 B
YAML
32 lines
998 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 18789
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Web UI Port
|
|
labelZh: Web UI 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
label:
|
|
en: Web UI Port
|
|
zh: Web UI 端口
|
|
zh-Hant: Web UI 埠
|
|
- default: ""
|
|
edit: true
|
|
envKey: OPENCLAW_GATEWAY_TOKEN
|
|
labelEn: Gateway Token
|
|
labelZh: 网关令牌
|
|
random: true
|
|
required: false
|
|
rule: paramCommon
|
|
type: password
|
|
label:
|
|
en: Gateway Token
|
|
zh: 网关令牌
|
|
zh-Hant: 閘道權杖
|
|
description:
|
|
en: Token used to access the OpenClaw Dashboard. Append ?token=your-token to the Dashboard URL when needed.
|
|
zh: 用于访问 OpenClaw Dashboard 的令牌。需要时可在访问地址后追加 ?token=你的令牌。
|
|
zh-Hant: 用於訪問 OpenClaw Dashboard 的權杖。需要時可在訪問地址後追加 ?token=你的權杖。
|