mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
add KeyDB (#1373)
This commit is contained in:
committed by
wanghe-fit2cloud
parent
ffc07275bb
commit
f6b65e1acc
@@ -0,0 +1,28 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: jhkdjhkjdhsIUTYURTU
|
||||
envKey: PANEL_KEYDB_ROOT_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 6379
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- envKey: ARCH
|
||||
default: 'x86_64'
|
||||
labelEn: Chip architecture
|
||||
labelZh: 芯片架构
|
||||
edit: true
|
||||
type: select
|
||||
values:
|
||||
- label: amd64
|
||||
value: 'x86_64'
|
||||
- label: arm64
|
||||
value: 'arm64'
|
||||
Reference in New Issue
Block a user