mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-11 18:59:23 +00:00
feat(server) user-defined storage structure (#1098)
[Breaking] newly uploaded file will conform to the default structure of `{uploadLocation}/{userId}/year/year-month-day/filename.ext`
This commit is contained in:
@@ -79,6 +79,15 @@
|
||||
"compilerOptions": {
|
||||
"tsConfigPath": "libs/immich-config/tsconfig.lib.json"
|
||||
}
|
||||
},
|
||||
"storage": {
|
||||
"type": "library",
|
||||
"root": "libs/storage",
|
||||
"entryFile": "index",
|
||||
"sourceRoot": "libs/storage/src",
|
||||
"compilerOptions": {
|
||||
"tsConfigPath": "libs/storage/tsconfig.lib.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user