appstore-1panel/apps/frpc/0.52.2/data.yml
renovate[bot] db7632a229
chore(deps): update snowdreamtech/frpc docker tag to v0.52.2 (#517)
* chore(deps): update snowdreamtech/frpc docker tag to v0.52.2

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-10-26 16:23:30 +08:00

36 lines
1.0 KiB
YAML

additionalProperties:
formFields:
- default: 127.0.0.1
envKey: SERVER_ADDRESS
labelEn: Server Address
labelZh: 服务端IP
required: true
type: text
- default: 7000
envKey: SERVER_PORT
labelEn: Server Port
labelZh: 服务端端口
required: true
type: number
rule: paramPort
- default: 7400
envKey: PANEL_APP_PORT_HTTP
labelEn: Dashboard Port
labelZh: Dashboard 端口
required: true
type: number
rule: paramPort
- default: admin
envKey: USER_NAME
labelEn: Dashboard Username
labelZh: Dashboard 用户名
required: true
type: text
- default: admin
envKey: PASSWORD
labelEn: Dashboard Password
labelZh: Dashboard 密码
required: true
random: true
rule: paramComplexity
type: password