diff --git a/immich-server/1.117.0/data.yml b/immich-server/1.117.0/data.yml index 38823019f..33b62351b 100644 --- a/immich-server/1.117.0/data.yml +++ b/immich-server/1.117.0/data.yml @@ -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" diff --git a/immich/1.117.0/data.yml b/immich/1.117.0/data.yml index 6870e25ab..5dafe3219 100644 --- a/immich/1.117.0/data.yml +++ b/immich/1.117.0/data.yml @@ -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"