1
0
1Panel-Appstore/apps/serverstatus/latest/data.yml

45 lines
1.2 KiB
YAML
Raw Normal View History

2024-06-30 23:39:37 +08:00
additionalProperties:
formFields:
- default: "./data/server/config.json"
disabled: true
envKey: SERVERSTATUS_CONFIG_PATH
labelEn: Server Status Config Path
labelZh: 服务器状态配置路径
label:
en: Server Status Config Path
zh: 服务器状态配置路径
2024-06-30 23:39:37 +08:00
required: true
type: text
- default: "./data/web/json"
disabled: true
envKey: SERVERSTATUS_JSON_PATH
labelEn: Server Status Monthly Traffic State Path
labelZh: 探针月流量状态路径
label:
en: Server Status Monthly Traffic State Path
zh: 探针月流量状态路径
2024-06-30 23:39:37 +08:00
required: true
type: text
- default: "35601"
edit: true
envKey: PANEL_APP_PORT_COMM
labelEn: Communication Port
labelZh: 通信端口
label:
en: Communication Port
zh: 通信端口
2024-06-30 23:39:37 +08:00
required: true
rule: paramPort
type: number
- default: "40269"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: Web 端口
label:
en: Web Port
zh: Web 端口
2024-06-30 23:39:37 +08:00
required: true
rule: paramPort
type: number