mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: change default media location to /data (#20367)
* feat!: change default media location to /data * feat: dynamically detect media location
This commit is contained in:
parent
4cae15f28d
commit
58521c9efb
39 changed files with 316 additions and 209 deletions
|
|
@ -475,6 +475,8 @@ export enum DatabaseExtension {
|
|||
export enum BootstrapEventPriority {
|
||||
// Database service should be initialized before anything else, most other services need database access
|
||||
DatabaseService = -200,
|
||||
// Detect and configure the media location before jobs are queued which may use it
|
||||
StorageService = -195,
|
||||
// Other services may need to queue jobs on bootstrap.
|
||||
JobService = -190,
|
||||
// Initialise config after other bootstrap services, stop other services from using config on bootstrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue