mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-24 11:43:51 +08:00
增加 Immich 挂载检查选项
This commit is contained in:
parent
3db93851f2
commit
b9c18ae47f
@ -124,3 +124,15 @@ additionalProperties:
|
||||
labelEn: Redis Password
|
||||
required: false
|
||||
type: password
|
||||
- default: "false"
|
||||
edit: true
|
||||
envKey: IMMICH_IGNORE_MOUNT_CHECK_ERRORS
|
||||
labelZh: 是否跳过目录检查
|
||||
labelEn: Skip Mount Check
|
||||
required: false
|
||||
type: select
|
||||
values:
|
||||
- label: 跳过检查
|
||||
value: "true"
|
||||
- label: 不跳过检查
|
||||
value: "false"
|
||||
|
@ -142,3 +142,15 @@ additionalProperties:
|
||||
rule: paramExtUrl
|
||||
required: false
|
||||
type: text
|
||||
- default: "false"
|
||||
edit: true
|
||||
envKey: IMMICH_IGNORE_MOUNT_CHECK_ERRORS
|
||||
labelZh: 是否跳过目录检查
|
||||
labelEn: Skip Mount Check
|
||||
required: false
|
||||
type: select
|
||||
values:
|
||||
- label: 跳过检查
|
||||
value: "true"
|
||||
- label: 不跳过检查
|
||||
value: "false"
|
||||
|
Loading…
Reference in New Issue
Block a user