增加 Immich 挂载检查选项
This commit is contained in:
parent
79a2a5eccd
commit
e7d3236c72
|
|
@ -124,3 +124,15 @@ additionalProperties:
|
||||||
labelEn: Redis Password
|
labelEn: Redis Password
|
||||||
required: false
|
required: false
|
||||||
type: password
|
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
|
rule: paramExtUrl
|
||||||
required: false
|
required: false
|
||||||
type: text
|
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