1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-13 17:42:31 +08:00

增加 Immich 挂载检查选项

This commit is contained in:
ms 2024-10-03 20:48:56 +08:00
parent 79a2a5eccd
commit e7d3236c72
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"