mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40215
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "password"
|
|
edit: true
|
|
envKey: FIREFLY_PASSWORD
|
|
labelEn: Webui password
|
|
labelZh: 网页密码
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: Asia/Shanghai
|
|
edit: true
|
|
envKey: TIME_ZONE
|
|
labelEn: Time zone
|
|
labelZh: 时区
|
|
required: true
|
|
type: text
|
|
- default: "false"
|
|
edit: true
|
|
envKey: FIREFLY_AUTO_SSL
|
|
labelEn: Should automatic SSL certificate acquisition be enabled? If enabled, the port needs to be set to 443.
|
|
labelZh: 是否启用自动获取 SSL 证书 (开启则需要将端口设置为 443)
|
|
required: true
|
|
type: select
|
|
values:
|
|
- label: "True"
|
|
value: "true"
|
|
- label: "False"
|
|
value: "false"
|
|
- default: ''
|
|
edit: true
|
|
envKey: FIREFLY_DEVICE
|
|
labelEn: The network interface names for inbound and outbound traffic with WireGuard
|
|
labelZh: WireGuard 出入流量网卡名称
|
|
required: false
|
|
type: text |