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 1.125.6 and disable umbrel app proxy #2113

Merged
merged 2 commits into from
Jan 28, 2025
Merged
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
8 changes: 4 additions & 4 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 @@ -19,10 +19,10 @@
environment:
APP_HOST: immich_server_1
APP_PORT: 2283
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
PROXY_AUTH_ADD: "false"

server:
image: ghcr.io/immich-app/immich-server:v1.125.1@sha256:9a7fdfb1679017ce853e5ef9d7280744a98369c72ff17a90957ae3cc68a1985a
image: ghcr.io/immich-app/immich-server:v1.125.6@sha256:07e45e10be9539f04dd3a819286b5b308b08142eeff7bc58a89bf21d97237d55
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.125.1@sha256:c0740b545ac84ca6cd73265f6beca2c65317b383dc7e4d89dc1d1daf63d895f6
image: ghcr.io/immich-app/immich-machine-learning:v1.125.6@sha256:0ca72dae460b7fd2dbd0ca146fdddfd26b1c1af783f37659c2f1bdd546fdf1e4
volumes:
- ${APP_DATA_DIR}/data/model-cache:/cache
environment:
Expand All @@ -59,4 +59,4 @@
POSTGRES_INITDB_ARGS: '--data-checksums'
volumes:
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
restart: on-failure
restart: on-failure
19 changes: 10 additions & 9 deletions immich/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: files
name: Immich
version: "v1.125.1"
version: "v1.125.6"
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
Expand Down Expand Up @@ -48,16 +48,17 @@ releaseNotes: >-
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.


⚠️ This release includes an important Node.js security update. While these vulnerabilities likely don't affect Immich, updating is recommended.
⚠️ This update disables the Umbrel App Proxy authentication. Authentication is now handled by the Immich app itself.


Key improvements in this release:
- Major database performance improvements for faster overall app experience
- New share-to mechanism on mobile app to share media directly from other apps
- Slideshow mode now available everywhere in the web app
- Added lens information display in the detail panel
- Fixed Android app issues with newly taken photos and video playback
- Various other performance improvements and bug fixes
- Fixed multiple timeline and album display issues affecting photo browsing experience
- Resolved photo management features including LivePhotos, thumbnails, and location editing
- Fixed database migration issues affecting search, timezone handling, and EXIF data
- Fixed a bug where the album page cannot be accessed if any album with its assets is in the trash.
- Fixed a bug where deduplication detection doesn't return any result
- Fixed a bug where the date picker component caused a rendering error if the app language was not in English
- Fixed a bug where thumbnail generation job queue all person faces at midnight

Full release notes are found at https://github.com/immich-app/immich/releases
developer: Alex Tran
Expand All @@ -74,4 +75,4 @@ path: ""
defaultUsername: ""
defaultPassword: ""
submitter: levma
submission: https://github.com/getumbrel/umbrel-apps/pull/239
submission: https://github.com/getumbrel/umbrel-apps/pull/239