mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update Immich to v1.107.2 (#1184)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
c05d1396c0
commit
2a69c7d83e
|
@ -22,7 +22,7 @@ services:
|
||||||
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
|
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: ghcr.io/immich-app/immich-server:v1.106.4@sha256:d39cb7ecbcc9924f2c51a3e0deb8a469075996c6ba9e1384eb2ddb550984848e
|
image: ghcr.io/immich-app/immich-server:v1.107.2@sha256:75746006b35a7bc61408cd4d124dc73344f0a087c2d9769c4715ca84a1d87591
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
|
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
|
||||||
environment:
|
environment:
|
||||||
|
@ -33,7 +33,7 @@ services:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
machine-learning:
|
machine-learning:
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.106.4@sha256:9db20e5c2033bef01fa2be50fa0a2c3d62e43f069aedde4d49a65e65a436d40b
|
image: ghcr.io/immich-app/immich-machine-learning:v1.107.2@sha256:f22d949f5f3e16d1c3dcf0aa3ca5f7a73f053b51d2883ac864f9742d3053576b
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/model-cache:/cache
|
- ${APP_DATA_DIR}/data/model-cache:/cache
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# restart app so that postgres migrations are run
|
|
||||||
# https://github.com/immich-app/immich/releases/tag/v1.95.1
|
|
||||||
sleep 10
|
|
||||||
"${UMBREL_ROOT}/scripts/app" restart "${APP_ID}" &
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||||
id: immich
|
id: immich
|
||||||
category: files
|
category: files
|
||||||
name: Immich
|
name: Immich
|
||||||
version: "v1.106.4"
|
version: "v1.107.2"
|
||||||
tagline: High-performance photo and video backup solution
|
tagline: High-performance photo and video backup solution
|
||||||
description: >-
|
description: >-
|
||||||
An open-source and high-performance self-hosted backup solution for the videos and photos on your mobile device
|
An open-source and high-performance self-hosted backup solution for the videos and photos on your mobile device
|
||||||
|
@ -48,25 +48,16 @@ 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.
|
||||||
|
|
||||||
|
|
||||||
This release is packed with many new features, improvements, and bug fixes. Highlights include:
|
Welcome to version v1.107 of Immich. This release includes many bug fixes, new translations from many new languages, and enhancements to the recent new features in the last release, as well as a change in the default timeline display on the mobile app. Check out some of the highlights below:
|
||||||
|
|
||||||
- Removal of the immich-microservices container
|
|
||||||
|
|
||||||
- Similar image detection and management
|
- Enhancement to deduplication UI - bulk resolve duplicates, view duplicates in fullscreen.
|
||||||
|
|
||||||
- End-to-end acceleration for NVENC and QSV transcoding
|
- Display all local assets on the mobile timeline by default.
|
||||||
|
|
||||||
- Better video thumbnails
|
- Custom request headers for the mobile app.
|
||||||
|
|
||||||
- Email notifications for album events
|
- Facial recognition now recognizes more faces.
|
||||||
|
|
||||||
- Per user email notifications settings
|
|
||||||
|
|
||||||
- Send a test email when configuring the SMTP email server
|
|
||||||
|
|
||||||
- Public roadmap: https://immich.app/roadmap/
|
|
||||||
|
|
||||||
- Translation on the web
|
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/immich-app/immich/releases
|
Full release notes are found at https://github.com/immich-app/immich/releases
|
||||||
|
|
Loading…
Reference in New Issue
Block a user