Files
Arch1Panel/apps/craft-agents/0.9.0/data.yml
T
arch3rPro a853f59c1b feat(craft-agents): 升级 craft-agents 到 0.9.0 版本并更新配置文件
更新 craft-agents 应用至 0.9.0 版本,包括:
- 删除旧版本 0.8.12 的配置文件
- 添加新版本 0.9.0 的配置和数据文件
- 修改脚本文件权限以支持执行
2026-05-02 02:52:41 +08:00

30 lines
680 B
YAML

additionalProperties:
formFields:
- default: 9100
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web端口
required: true
rule: paramPort
type: number
label:
en: Web Port
zh: Web端口
ja: Webポート
ko: Web 포트
- default: "Craft-Agents-"
edit: true
envKey: CRAFT_SERVER_TOKEN
labelEn: Server Token
labelZh: 服务器令牌
random: true
required: true
rule: paramComplexity
type: password
label:
en: Server Token
zh: 服务器令牌
ja: サーバートークン
ko: 서버 토큰