mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
26 lines
598 B
YAML
26 lines
598 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: "/home/siyuan"
|
||
|
edit: true
|
||
|
envKey: SIYUAN_ROOT_PATH
|
||
|
labelZh: 数据持久化路径
|
||
|
labelEn: Data persistence path
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: 6806
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelZh: WebUI 端口
|
||
|
labelEn: WebUI port
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: ""
|
||
|
edit: true
|
||
|
envKey: AuthCode
|
||
|
labelZh: 授权码
|
||
|
labelEn: Access Auth Code
|
||
|
required: true
|
||
|
rule: paramComplexity
|
||
|
type: password
|