appstore-1panel/apps/obsidian_livesync/3.3.3/data.yml
2024-02-26 12:01:59 +08:00

25 lines
584 B
YAML

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