Browse Source

Update Immich to v1.94.1 (#970)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
smolgrrr 12 months ago
committed by GitHub
parent
commit
a257706b0f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      immich/docker-compose.yml
  2. 15
      immich/umbrel-app.yml

6
immich/docker-compose.yml

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.91.4@sha256:f1dd777fd38f30fc17a3dbe6a9f7dc9c548c41f9688908bf79d4109733e09b54
image: ghcr.io/immich-app/immich-server:v1.94.1@sha256:c7b80752d48464dea1c4495ff810365a0809d89c2ac219547d3c1aed81c6411f
command: [ "start.sh", "immich" ]
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
@ -34,7 +34,7 @@ services:
restart: on-failure
microservices:
image: ghcr.io/immich-app/immich-server:v1.91.4@sha256:f1dd777fd38f30fc17a3dbe6a9f7dc9c548c41f9688908bf79d4109733e09b54
image: ghcr.io/immich-app/immich-server:v1.94.1@sha256:c7b80752d48464dea1c4495ff810365a0809d89c2ac219547d3c1aed81c6411f
# This service cannot run under 1000:1000
# And because the uploads are shared
# We'll run immich specific services as root
@ -49,7 +49,7 @@ services:
restart: on-failure
machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.91.4@sha256:634c4a66ea5c8a6e4679d7560d34abda67f88dc1d6adda18f56c00c58a07ac6d
image: ghcr.io/immich-app/immich-machine-learning:v1.94.1@sha256:a3c612c548d5f547a31d001d97f661d7acd4a0ae354de76a70e45162d2b81014
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

15
immich/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.91.4"
version: "v1.94.1"
tagline: High-performance photo and video backup solution
description: >-
An open-source and high-performance self-hosted backup solution for the videos and photos on your mobile device
@ -45,11 +45,18 @@ description: >-
- User-defined storage structure
releaseNotes: >-
⚠️ Your mobile app must be on at least version 1.91.0 to work with this release of Immich.
⚠️ Your mobile app must be on at least version 1.94.0 to work with this release of Immich.
🚨 iOS Live Photos uploaded after v1.89.0 that are not linked need to be deleted and re-uploaded from the mobile app.
This is a one-time action, and future live photos uploaded from the mobile app will be properly linked together.
This update takes Immich to version 1.94.1, and includes the following changes:
- Search for people on the people page.
- Additional video transcoding options for audio and video codecs.
- Automatically update the external libraries when the filesystem changes
- and more!
Full release notes are found at: https://github.com/immich-app/immich/releases

Loading…
Cancel
Save