mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Immich to v1.74.0 (#735)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
16be91c87e
commit
d2d2722691
@ -25,7 +25,7 @@ services:
|
||||
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
|
||||
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.73.0@sha256:9ffecf7b8e1d65de4a82e1c47a5d1297a353703b4f511dc4b08fbb2a822da576
|
||||
image: ghcr.io/immich-app/immich-server:v1.74.0@sha256:6b5a532b67d0a12276062dc404499a7b0e9fc90225e3e58199554fb776329e76
|
||||
command: [ "start.sh", "immich" ]
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
|
||||
@ -38,7 +38,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
microservices:
|
||||
image: ghcr.io/immich-app/immich-server:v1.73.0@sha256:9ffecf7b8e1d65de4a82e1c47a5d1297a353703b4f511dc4b08fbb2a822da576
|
||||
image: ghcr.io/immich-app/immich-server:v1.74.0@sha256:6b5a532b67d0a12276062dc404499a7b0e9fc90225e3e58199554fb776329e76
|
||||
# This service cannot run under 1000:1000
|
||||
# And because the uploads are shared
|
||||
# We'll run immich specific services as root
|
||||
@ -54,7 +54,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.73.0@sha256:ce503c3049db762dbbb2edefaf2c3dbb059f1c4f59aa1ccd470b418fec48f880
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.74.0@sha256:f504a443f13a3b2cadc4f1c4ef9fdc7b40ab326fc454bb0728c027089c146f5d
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/model-cache:/cache
|
||||
environment:
|
||||
@ -62,7 +62,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
web:
|
||||
image: ghcr.io/immich-app/immich-web:v1.73.0@sha256:825ac5d717f8a677b314c16df6d4cdc69b42b76f1e46d905f60619537d0becfe
|
||||
image: ghcr.io/immich-app/immich-web:v1.74.0@sha256:ae9192bef9215b5d898878a6c4428334f95ec3d7806064e46182ccdd572bbf53
|
||||
environment:
|
||||
<<: *env
|
||||
restart: on-failure
|
||||
@ -77,7 +77,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
proxy:
|
||||
image: ghcr.io/immich-app/immich-proxy:v1.73.0@sha256:34fa5707abf029d392a77515cfb27fd78c4d3fd59816b770e06a2be1b3180487
|
||||
image: ghcr.io/immich-app/immich-proxy:v1.74.0@sha256:409c785c69954bba3b7905f47319af2fcb0b4972d0cf6865440dcd3c73cd909d
|
||||
environment:
|
||||
IMMICH_SERVER_URL: *immich_server_url
|
||||
IMMICH_WEB_URL: *immich_web_url
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: immich
|
||||
category: files
|
||||
name: Immich
|
||||
version: "v1.73.0"
|
||||
version: "v1.74.0"
|
||||
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,18 +45,20 @@ description: >-
|
||||
|
||||
- User-defined storage structure
|
||||
releaseNotes: >
|
||||
⚠️ The mobile app needs to be on version v1.73.0 to operate correctly with this update.
|
||||
⚠️ The mobile app needs to be on at least version v1.73.0 to be fully compatible with this update.
|
||||
|
||||
|
||||
This update brings the following new features to Immich:
|
||||
|
||||
- Optimized viewing experience for the Album page.
|
||||
- Optimized shared link view to use virtual viewports
|
||||
|
||||
- Added option to configure the generated thumbnail resolution.
|
||||
- Add the ability to refresh metadata and regenerate thumbnails for individual photo or video
|
||||
|
||||
- Upgrade to Flutter 3.13 and improvement of album UI/UX
|
||||
|
||||
- Added option to toggle visibility of the memory reel.
|
||||
- Albums can now be viewed as a list on the web
|
||||
|
||||
- Better quality for thumbnails and generated videos.
|
||||
- Add the ability to set the birthday of a person
|
||||
|
||||
- and more!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user