diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-09 11:02:18 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-09 11:02:18 +0900 |
| commit | 153ee8f6ed8b1ba92e5374cc6f123c44d016ffb2 (patch) | |
| tree | cd74536eea58e1c5b439dac166ab46d6e23d352c /bundles/immich | |
| parent | b7a88fd47f8c19ebcd252f8c3047de195868da48 (diff) | |
immich: disable version check and run nightly tasks at 3
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/immich')
| -rw-r--r-- | bundles/immich/files/immich.yaml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/bundles/immich/files/immich.yaml b/bundles/immich/files/immich.yaml index 8a3f698..d9e1b20 100644 --- a/bundles/immich/files/immich.yaml +++ b/bundles/immich/files/immich.yaml @@ -1,3 +1,9 @@ +newVersionCheck: + enabled: false + +nightlyTasks: + startTime: 03:00 + ffmpeg: accel: qsv accelDecode: true @@ -6,9 +12,22 @@ library: watch: enabled: true +smartSearch: + enabled: false + machineLearning: enabled: false - # url: + # urls: [] + availabilityChecks: + enabled: false + clip: + enabled: false + duplicateDetection: + enabled: false + facialRecognition: + enabled: false + ocr: + enabled: false metadata: faces: @@ -19,7 +38,6 @@ storageTemplate: hashVerificationEnabled: true template: '{{y}}/{{MM}}-{{MMM}}/{{filetype}}_{{y}}{{MM}}{{dd}}_{{HH}}{{mm}}{{ss}}.{{ext}}' - # oauth passwordLogin: enabled: false |