From e7d3236c721006ac93ce2f3b8b8bc36aa6a46145 Mon Sep 17 00:00:00 2001 From: ms Date: Thu, 3 Oct 2024 20:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Immich=20=E6=8C=82?= =?UTF-8?q?=E8=BD=BD=E6=A3=80=E6=9F=A5=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- immich-server/1.117.0/data.yml | 12 ++++++++++++ immich/1.117.0/data.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) 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"