Browse Source

Update Immich 1.103.0 (#1058)

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

9
immich/docker-compose.yml

@ -22,7 +22,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: ghcr.io/immich-app/immich-server:v1.98.2@sha256:5d46c02f171b2c85c5c445ed9ae233d68568b241e14e293b0195d539b98de42a
image: ghcr.io/immich-app/immich-server:v1.103.0@sha256:1ae17f5ce8e948f4268c95781904e6ef4bec99634ed43ebe2b0096c005932b7a
command: [ "start.sh", "immich" ]
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
@ -34,10 +34,7 @@ services:
restart: on-failure
microservices:
image: ghcr.io/immich-app/immich-server:v1.98.2@sha256:5d46c02f171b2c85c5c445ed9ae233d68568b241e14e293b0195d539b98de42a
# This service cannot run under 1000:1000
# And because the uploads are shared
# We'll run immich specific services as root
image: ghcr.io/immich-app/immich-server:v1.103.0@sha256:1ae17f5ce8e948f4268c95781904e6ef4bec99634ed43ebe2b0096c005932b7a
command: [ "start.sh", "microservices" ]
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
@ -49,7 +46,7 @@ services:
restart: on-failure
machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.98.2@sha256:ac21ed6160c106eb26f704626d1fbf693dd74640131afd4d2ccad5db26aa98c5
image: ghcr.io/immich-app/immich-machine-learning:v1.103.0@sha256:2f2817898bfd6ca32372a8e56ee41523ffbb5b9690be67907926530b2d6dbd1e
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:

35
immich/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.98.2"
version: "v1.103.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,10 +45,37 @@ description: >-
- User-defined storage structure
releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
⚠️ As usual, please check that your mobile app is compatible with this release of Immich. Photos may take a while to load after the update.
Highlights of this release include:
- In-app language settings
- Haptic feedback control
- Enhanced UI/UX on the album list page
- AV1 transcoding
- Choose between WebP and JPEG for thumbnails and previews
- Option to use embedded preview in RAW images
- Option to fill the screen with slideshows view
- Read-only album sharing permission
- Permanent URL on the web for asset viewer
- Jump-to-date from memory view on the mobile app
- Action bar in memory view on the web
- Improve geocoding location data
Full release notes for v1.98.2 are found at https://github.com/immich-app/immich/releases
Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
website: https://www.immich.app
dependencies: []
@ -63,4 +90,4 @@ path: ""
defaultUsername: ""
defaultPassword: ""
submitter: levma
submission: https://github.com/getumbrel/umbrel-apps/pull/239
submission: https://github.com/getumbrel/umbrel-apps/pull/239
Loading…
Cancel
Save