1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-21 05:59:41 +08:00
github-action update-app-version c106431451 Update app version [skip ci]
2025-05-30 03:09:18 +00:00

24 lines
553 B
YAML

additionalProperties:
formFields:
- default: "/home/redis"
envKey: REDIS_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 6379
envKey: PANEL_APP_PORT_HTTP
labelZh: 端口
labelEn: Port
required: true
rule: paramPort
type: number
- default: ""
envKey: REDIS_ROOT_PASSWORD
labelZh: 密码
labelEn: Password
random: true
required: false
rule: paramComplexity
type: password