mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Immich to 1.88.2 (#867)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
0230620ead
commit
25599b135e
@ -13,19 +13,17 @@ x-environment: &env
|
|||||||
REVERSE_GEOCODING_PRECISION: "3"
|
REVERSE_GEOCODING_PRECISION: "3"
|
||||||
PUBLIC_LOGIN_PAGE_MESSAGE: ""
|
PUBLIC_LOGIN_PAGE_MESSAGE: ""
|
||||||
TYPESENSE_API_KEY: &typesense_api_key "any-text-for-self-hosted-typesense"
|
TYPESENSE_API_KEY: &typesense_api_key "any-text-for-self-hosted-typesense"
|
||||||
IMMICH_SERVER_URL: &immich_server_url "http://immich_server_1:3001"
|
|
||||||
IMMICH_WEB_URL: &immich_web_url "http://immich_web_1:3000"
|
|
||||||
IMMICH_MACHINE_LEARNING_URL: "http://immich_machine-learning_1:3003"
|
IMMICH_MACHINE_LEARNING_URL: "http://immich_machine-learning_1:3003"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app_proxy:
|
app_proxy:
|
||||||
environment:
|
environment:
|
||||||
APP_HOST: immich_proxy_1
|
APP_HOST: immich_server_1
|
||||||
APP_PORT: 8080
|
APP_PORT: 3001
|
||||||
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
|
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: ghcr.io/immich-app/immich-server:v1.85.0@sha256:b4c9bc6778a142d9ee1ef61c30a498dc2e84d3aabb50a7d4516d9af346db2743
|
image: ghcr.io/immich-app/immich-server:v1.88.2@sha256:ac214c6c4e7f6c2133b885d9e6ebc7696cbcf96a148c95746eef15eef0cea71a
|
||||||
command: [ "start.sh", "immich" ]
|
command: [ "start.sh", "immich" ]
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
|
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
|
||||||
@ -38,7 +36,7 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
microservices:
|
microservices:
|
||||||
image: ghcr.io/immich-app/immich-server:v1.85.0@sha256:b4c9bc6778a142d9ee1ef61c30a498dc2e84d3aabb50a7d4516d9af346db2743
|
image: ghcr.io/immich-app/immich-server:v1.88.2@sha256:ac214c6c4e7f6c2133b885d9e6ebc7696cbcf96a148c95746eef15eef0cea71a
|
||||||
# This service cannot run under 1000:1000
|
# This service cannot run under 1000:1000
|
||||||
# And because the uploads are shared
|
# And because the uploads are shared
|
||||||
# We'll run immich specific services as root
|
# We'll run immich specific services as root
|
||||||
@ -54,19 +52,13 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
machine-learning:
|
machine-learning:
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v1.85.0@sha256:1fc3e645169ada10d73b6a740434b5821f19003d436a8aeb7a5b9482c9b2f704
|
image: ghcr.io/immich-app/immich-machine-learning:v1.88.2@sha256:134b6d16b76acd2b6a6ee43c6866668c1c00c33fb3c989bbae5ad867acc2f71b
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/model-cache:/cache
|
- ${APP_DATA_DIR}/data/model-cache:/cache
|
||||||
environment:
|
environment:
|
||||||
<<: *env
|
<<: *env
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
web:
|
|
||||||
image: ghcr.io/immich-app/immich-web:v1.85.0@sha256:10778b177594390e1a9ec0d5e80150fb9c6855ff964a7ceb2eded4728abaa821
|
|
||||||
environment:
|
|
||||||
<<: *env
|
|
||||||
restart: on-failure
|
|
||||||
|
|
||||||
typesense:
|
typesense:
|
||||||
image: typesense/typesense:0.24.1@sha256:9bcff2b829f12074426ca044b56160ca9d777a0c488303469143dd9f8259d4dd
|
image: typesense/typesense:0.24.1@sha256:9bcff2b829f12074426ca044b56160ca9d777a0c488303469143dd9f8259d4dd
|
||||||
environment:
|
environment:
|
||||||
@ -76,16 +68,6 @@ services:
|
|||||||
- ${APP_DATA_DIR}/data/tsdata:/data
|
- ${APP_DATA_DIR}/data/tsdata:/data
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
proxy:
|
|
||||||
image: ghcr.io/immich-app/immich-proxy:v1.85.0@sha256:80e290eefe53271738cc6558b5b51296ac1cde94f1144eed873c61817a764928
|
|
||||||
environment:
|
|
||||||
IMMICH_SERVER_URL: *immich_server_url
|
|
||||||
IMMICH_WEB_URL: *immich_web_url
|
|
||||||
depends_on:
|
|
||||||
- server
|
|
||||||
- web
|
|
||||||
restart: on-failure
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.2-alpine@sha256:70a7a5b641117670beae0d80658430853896b5ef269ccf00d1827427e3263fa3
|
image: redis:6.2-alpine@sha256:70a7a5b641117670beae0d80658430853896b5ef269ccf00d1827427e3263fa3
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: immich
|
id: immich
|
||||||
category: files
|
category: files
|
||||||
name: Immich
|
name: Immich
|
||||||
version: "v1.85.0"
|
version: "v1.88.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
|
||||||
@ -45,38 +45,11 @@ description: >-
|
|||||||
|
|
||||||
- User-defined storage structure
|
- User-defined storage structure
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
⚠️ The server and mobile app must be on the same version for the application to work correctly. After updating, you may need to re-run
|
⚠️ Your mobile app must be on at least version 1.88.0 to work with this release of Immich.
|
||||||
metadata extraction for videos impacted by a bug that has now been fixed.
|
|
||||||
|
|
||||||
|
|
||||||
Welcome to release v1.85.0 of Immich. This release introduces many bug fixes across the app, server, and web, along with new features.
|
In this release we have simplified how Immich is deployed, beautified our app interface with a new font, namely Overpass,
|
||||||
The most notable changes include:
|
and finally released version 2 of our command line interface (CLI), which has been in the works for the past six months.
|
||||||
|
|
||||||
- Changing the /server-info/stats endpoint to /server-info/statistics.
|
|
||||||
|
|
||||||
- Introducing global activity in a shared album and activity on the mobile app and album’s option.
|
|
||||||
|
|
||||||
- Adding a new option to shuffle slideshow, allowing you to randomize the order.
|
|
||||||
|
|
||||||
- Fixing a notable issue: Bulk data fetching for initial sync on the mobile app was causing the app to crash due to an out-of-memory error when dealing with a very large gallery.
|
|
||||||
|
|
||||||
- Introducing a new mobile app bar and user profile screen.
|
|
||||||
|
|
||||||
- Adding a shared link with password option.
|
|
||||||
|
|
||||||
- Introducing shared album activity on the web.
|
|
||||||
|
|
||||||
- Adding a custom scan interval for the external library.
|
|
||||||
|
|
||||||
- Fixing a notable issue: The app was unable to download machine learning models from the S3 bucket.
|
|
||||||
|
|
||||||
- Introducing asset stacking.
|
|
||||||
|
|
||||||
- Adding shared links on mobile.
|
|
||||||
|
|
||||||
- Introducing new storage template variables.
|
|
||||||
|
|
||||||
- Adding a custom theme.
|
|
||||||
|
|
||||||
|
|
||||||
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