mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
Update immich to version v1.118.2 (#1648)
This commit is contained in:
parent
246a8a8db9
commit
edc1b8339b
|
@ -18,11 +18,11 @@ services:
|
|||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: immich_server_1
|
||||
APP_PORT: 3001
|
||||
APP_PORT: 2283
|
||||
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
|
||||
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.117.0@sha256:ac9fb82f2be3cc60d4e0c7f1ceb371d401d52573e387834d7a82776116458242
|
||||
image: ghcr.io/immich-app/immich-server:v1.118.2@sha256:f158810c90f80162f9b08729bbaec963731f12662960be38ff93093b78a0bbdf
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
|
||||
environment:
|
||||
|
@ -33,7 +33,7 @@ services:
|
|||
restart: on-failure
|
||||
|
||||
machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.117.0@sha256:1221bc54568a0779227baeaa4282bb0e0db50831b66f9ac9afa9d78513df36ad
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.118.2@sha256:4d89a309fd08a93649f1ae4a7572ae98f09d66b4c1dfb7916b71d31dec7eda38
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/model-cache:/cache
|
||||
environment:
|
||||
|
|
|
@ -11,4 +11,9 @@ MODEL_CACHE_DIR="${APP_DATA_DIR}/model-cache"
|
|||
|
||||
# delete tsdata directory if it exists
|
||||
TYPESENSE_DIR="${APP_DATA_DIR}/tsdata"
|
||||
[ -d "${TYPESENSE_DIR}" ] && rm -rf "${TYPESENSE_DIR}"
|
||||
[ -d "${TYPESENSE_DIR}" ] && rm -rf "${TYPESENSE_DIR}"
|
||||
|
||||
# delete old post-update script if it exists
|
||||
POST_UPDATE_SCRIPT="$(readlink -f $(dirname "${BASH_SOURCE[0]}"))/post-update"
|
||||
[ -f "${POST_UPDATE_SCRIPT}" ] && rm -f "${POST_UPDATE_SCRIPT}"
|
||||
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||
id: immich
|
||||
category: files
|
||||
name: Immich
|
||||
version: "1.117.0"
|
||||
version: "v1.118.2"
|
||||
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
|
||||
|
@ -48,11 +48,13 @@ releaseNotes: >-
|
|||
⚠️ As usual, please check that your mobile app is compatible with this release of Immich.
|
||||
|
||||
|
||||
Some of the key highlights in this release include:
|
||||
- Better folder checks
|
||||
- Support and feedback links
|
||||
- Upgrade history
|
||||
- Asset thumbnail improvements
|
||||
Highlights:
|
||||
- Option to refresh face detection
|
||||
- Color filters for editing photos
|
||||
- Timezone improvements
|
||||
- Deprecated release notes section
|
||||
- Better JPEG compression
|
||||
- Multi-GPU support for ML
|
||||
|
||||
Full release notes are found at https://github.com/immich-app/immich/releases
|
||||
developer: Alex Tran
|
||||
|
|
Loading…
Reference in New Issue
Block a user