mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40087"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "./data/storage"
|
|
disabled: true
|
|
envKey: STORAGE_PATH
|
|
labelEn: Storage Path
|
|
labelZh: 存储路径
|
|
required: true
|
|
type: text
|
|
- default: "./data/config"
|
|
disabled: true
|
|
envKey: CONFIG_PATH
|
|
labelEn: Config Path
|
|
labelZh: 配置路径
|
|
required: true
|
|
type: text
|
|
- default: "./data/plugins"
|
|
disabled: true
|
|
envKey: PLUGINS_PATH
|
|
labelEn: Plugins Path
|
|
labelZh: 插件路径
|
|
required: true
|
|
type: text
|
|
- default: "/opt/verdaccio"
|
|
disabled: true
|
|
envKey: VERDACCIO_APPDIR
|
|
labelEn: App Directory
|
|
labelZh: 应用目录
|
|
required: true
|
|
type: text
|
|
- default: "verdaccio"
|
|
edit: true
|
|
envKey: VERDACCIO_USER_NAME
|
|
labelEn: User Name
|
|
labelZh: 用户名
|
|
required: true
|
|
type: text
|
|
- default: "10001"
|
|
disabled: true
|
|
envKey: VERDACCIO_USER_UID
|
|
labelEn: User ID
|
|
labelZh: 用户 ID
|
|
required: true
|
|
type: number
|
|
- default: "http"
|
|
disabled: true
|
|
envKey: VERDACCIO_PROTOCOL
|
|
labelEn: Protocol
|
|
labelZh: 协议
|
|
required: true
|
|
type: text
|