Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update immich to version v1.110.0 #1258

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in immich/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

Check notice on line 1 in immich/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "machine-learning"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

x-environment: &env
NODE_ENV: "production"
Expand All @@ -22,7 +22,7 @@
PROXY_AUTH_WHITELIST: "/api/*,/search/*"

server:
image: ghcr.io/immich-app/immich-server:v1.109.2@sha256:79f5d0c375b0df84e4d0ac89103753d6145ec3facb329e860008f2813f647d84
image: ghcr.io/immich-app/immich-server:v1.110.0@sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
environment:
Expand All @@ -33,7 +33,7 @@
restart: on-failure

machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:v1.109.2@sha256:3ab8e332004c693421320ac7e22065a1187f3d0e84255f97cacf83bce7bdfc1f
image: ghcr.io/immich-app/immich-machine-learning:v1.110.0@sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
Expand Down
42 changes: 13 additions & 29 deletions immich/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,46 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.109.2"
version: "v1.110.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


⚠️ Immich is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos!


Features:

- Upload and view videos and photos

- Auto backup when the app is opened

- Selective album(s) for backup

- Download photos and videos to a local device

- Multi-user support

- Album and Shared albums

- Scrubbable/draggable scrollbar

- Support RAW (HEIC, HEIF, DNG, Apple ProRaw)

- Metadata view (EXIF, map)

- Search by metadata, objects and image tags

- Administrative functions (user management)

- Background backup

- Virtual scroll

- OAuth support

- LivePhoto backup and playback

- User-defined storage structure
releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.


Welcome to version v1.109 of Immich. This release introduces an additional way for you to support Immich financially as well as bug fixes for various issues. Some of the highlights in this release include:

- Immich licenses (and https://buy.immich.app)

- "My Immich" url forwarder (https://my.immich.app)

- Generate thumbnail for iOS18 HEIC

- Generate Motion Photos for Pixel 6, 7, and 8

Welcome to version v1.110.0 of Immich. This release addresses wording changes and introduces many bug fixes and enhancements. Some of the highlights include:

- Migration to Immich hosted map tile server

- Wording changes to purchase mechanism

- Claiming product keys for past financial donors

- TLS client certificate for the mobile app

- Better OpenVINO support

Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
Expand Down