Nathan Fretz
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
32 deletions
-
immich/docker-compose.yml
-
immich/umbrel-app.yml
|
|
@ -22,7 +22,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*,/search/*" |
|
|
|
|
|
|
|
server: |
|
|
|
image: ghcr.io/immich-app/immich-server:v1.103.0@sha256:1ae17f5ce8e948f4268c95781904e6ef4bec99634ed43ebe2b0096c005932b7a |
|
|
|
image: ghcr.io/immich-app/immich-server:v1.105.1@sha256:658b40420d7a39d6eb34c797cec8d36ff315f5adb168301aaf27dc4eafc8e228 |
|
|
|
command: [ "start.sh", "immich" ] |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload |
|
|
@ -34,7 +34,7 @@ services: |
|
|
|
restart: on-failure |
|
|
|
|
|
|
|
microservices: |
|
|
|
image: ghcr.io/immich-app/immich-server:v1.103.0@sha256:1ae17f5ce8e948f4268c95781904e6ef4bec99634ed43ebe2b0096c005932b7a |
|
|
|
image: ghcr.io/immich-app/immich-server:v1.105.1@sha256:658b40420d7a39d6eb34c797cec8d36ff315f5adb168301aaf27dc4eafc8e228 |
|
|
|
command: [ "start.sh", "microservices" ] |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload |
|
|
@ -46,7 +46,7 @@ services: |
|
|
|
restart: on-failure |
|
|
|
|
|
|
|
machine-learning: |
|
|
|
image: ghcr.io/immich-app/immich-machine-learning:v1.103.0@sha256:2f2817898bfd6ca32372a8e56ee41523ffbb5b9690be67907926530b2d6dbd1e |
|
|
|
image: ghcr.io/immich-app/immich-machine-learning:v1.105.1@sha256:2e2736ba2f2270485c0b6fa33eee66ea0b2279b70b92ea838a015c4d5289c9f0 |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data/model-cache:/cache |
|
|
|
environment: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: immich |
|
|
|
category: files |
|
|
|
name: Immich |
|
|
|
version: "v1.103.0" |
|
|
|
version: "v1.105.1" |
|
|
|
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 |
|
|
@ -45,35 +45,8 @@ description: >- |
|
|
|
|
|
|
|
- User-defined storage structure |
|
|
|
releaseNotes: >- |
|
|
|
⚠️ As usual, please check that your mobile app is compatible with this release of Immich. Photos may take a while to load after the update. |
|
|
|
|
|
|
|
|
|
|
|
Highlights of this release include: |
|
|
|
|
|
|
|
- In-app language settings |
|
|
|
|
|
|
|
- Haptic feedback control |
|
|
|
|
|
|
|
- Enhanced UI/UX on the album list page |
|
|
|
|
|
|
|
- AV1 transcoding |
|
|
|
|
|
|
|
- Choose between WebP and JPEG for thumbnails and previews |
|
|
|
⚠️ As usual, please check that your mobile app is compatible with this release of Immich. |
|
|
|
|
|
|
|
- Option to use embedded preview in RAW images |
|
|
|
|
|
|
|
- Option to fill the screen with slideshows view |
|
|
|
|
|
|
|
- Read-only album sharing permission |
|
|
|
|
|
|
|
- Permanent URL on the web for asset viewer |
|
|
|
|
|
|
|
- Jump-to-date from memory view on the mobile app |
|
|
|
|
|
|
|
- Action bar in memory view on the web |
|
|
|
|
|
|
|
- Improve geocoding location data |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/immich-app/immich/releases |
|
|
|
developer: Alex Tran |
|
|
|