mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: 优化 Obsidian LiveSync 安装包
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: admin
|
||||
envKey: OBSIDIAN_LIVESYNC_USER
|
||||
labelEn: Username
|
||||
labelZh: 用户名
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: obsidian
|
||||
envKey: OBSIDIAN_LIVESYNC_USER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 5984
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Reference in New Issue
Block a user