1
0
Fork 0
1Panel-Appstore/apps/libretv/202508060117/data.yml

29 lines
780 B
YAML
Raw Normal View History

2025-06-09 22:21:22 +08:00
additionalProperties:
formFields:
- default: 8899 # HTTP端口默认值
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
edit: true
rule: paramPort
type: number
2025-06-13 21:29:51 +08:00
- default: "libretv" # 访问密码默认值
2025-06-09 22:21:22 +08:00
envKey: PANEL_APP_PASSWORD
labelEn: Access Password
labelZh: 访问密码
2025-06-13 21:29:51 +08:00
random: true
2025-06-09 22:21:22 +08:00
required: true
edit: true
rule: paramComplexity
2025-06-13 21:29:51 +08:00
type: password
- default: "libretv_admin" # 管理密码默认值
envKey: PANEL_APP_ADMIN_PASSWORD
labelEn: Access Password
labelZh: 管理密码
random: true
required: true
edit: true
rule: paramComplexity
type: password