增加 Immich 挂载检查选项

This commit is contained in:
萌森 2024-10-03 20:48:56 +08:00
parent 3db93851f2
commit b9c18ae47f
2 changed files with 24 additions and 0 deletions

View File

@ -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"

View File

@ -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"