mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: nightly tasks (#19879)
This commit is contained in:
parent
df581cc0d5
commit
47c0dc0d7e
21 changed files with 538 additions and 60 deletions
|
|
@ -103,6 +103,14 @@ const updatedConfig = Object.freeze<SystemConfig>({
|
|||
lightStyle: 'https://tiles.immich.cloud/v1/style/light.json',
|
||||
darkStyle: 'https://tiles.immich.cloud/v1/style/dark.json',
|
||||
},
|
||||
nightlyTasks: {
|
||||
startTime: '00:00',
|
||||
databaseCleanup: true,
|
||||
clusterNewFaces: true,
|
||||
missingThumbnails: true,
|
||||
generateMemories: true,
|
||||
syncQuotaUsage: true,
|
||||
},
|
||||
reverseGeocoding: {
|
||||
enabled: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue