appstore-1panel/apps/frps/0.55.1/data.yml

30 lines
842 B
YAML
Raw Normal View History

additionalProperties:
formFields:
2023-08-04 17:02:25 +08:00
- default: 7000
2023-10-18 17:28:28 +08:00
envKey: PANEL_APP_PORT_SERVICE
labelEn: Service Port
labelZh: 服务端口
required: true
type: number
2023-10-19 15:19:39 +08:00
rule: paramPort
2023-10-18 17:28:28 +08:00
- default: 7500
2023-08-04 17:02:25 +08:00
envKey: PANEL_APP_PORT_HTTP
2023-10-18 17:28:28 +08:00
labelEn: Dashboard Port
labelZh: Dashboard 端口
required: true
2023-08-04 17:02:25 +08:00
type: number
2023-10-19 15:19:39 +08:00
rule: paramPort
2023-10-18 17:28:28 +08:00
- default: admin
envKey: USER_NAME
labelEn: Username
labelZh: 用户名
required: true
type: text
- default: admin
envKey: PASSWORD
labelEn: Password
labelZh: 密码
required: true
random: true
rule: paramComplexity
type: password