1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-27 06:44:58 +08:00
pooneyy 0e2ca1b8b0
feat(komari): add version 1.1.2 configuration
- add specific version
- add version 1.1.2
- remove unnecessary comments from data.yml
2025-10-23 19:41:51 +08:00

28 lines
631 B
YAML

additionalProperties:
formFields:
- default: 25774
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 应用端口
required: true
rule: paramPort
type: number
- default: admin
edit: true
envKey: ADMIN_USERNAME
labelEn: Admin Username
labelZh: 管理员用户名
required: true
rule: paramCommon
type: text
- default: changeme
edit: true
envKey: ADMIN_PASSWORD
labelEn: Admin Password
labelZh: 管理员密码
random: true
required: true
rule: paramComplexity
type: password