mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 03:36:55 +08:00
ba86f8d34e
* chore(deps): update snowdreamtech/frps docker tag to v0.53.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>
30 lines
842 B
YAML
30 lines
842 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 7000
|
|
envKey: PANEL_APP_PORT_SERVICE
|
|
labelEn: Service Port
|
|
labelZh: 服务端口
|
|
required: true
|
|
type: number
|
|
rule: paramPort
|
|
- default: 7500
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Dashboard Port
|
|
labelZh: Dashboard 端口
|
|
required: true
|
|
type: number
|
|
rule: paramPort
|
|
- 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 |