mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(server): better mount checks (#13092)
This commit is contained in:
parent
d46e50213a
commit
305fc77ebe
8 changed files with 157 additions and 61 deletions
|
|
@ -7,6 +7,9 @@ export interface EnvData {
|
|||
skipMigrations: boolean;
|
||||
vectorExtension: VectorExtension;
|
||||
};
|
||||
storage: {
|
||||
ignoreMountCheckErrors: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
export interface IConfigRepository {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue