Update Immich to v1.61.0 (#638)

This commit is contained in:
Nathan Fretz 2023-06-17 00:29:23 -07:00 committed by GitHub
parent 5ffe82556e
commit 3a1e7192cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 24 deletions

View File

@ -25,7 +25,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*,/search/*"
server:
image: altran1502/immich-server:v1.60.0@sha256:b3957954fb83ca987db7fd61b2f3f095c85ce9c89d89e5f355dbe33cee30c017
image: altran1502/immich-server:v1.61.0@sha256:c04710ed178b8418bf67ef9e069f5ecc3104955fa54f279fb91941786681a355
entrypoint: ["/bin/sh", "./start-server.sh"]
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
@ -38,7 +38,7 @@ services:
restart: on-failure
microservices:
image: altran1502/immich-server:v1.60.0@sha256:b3957954fb83ca987db7fd61b2f3f095c85ce9c89d89e5f355dbe33cee30c017
image: altran1502/immich-server:v1.61.0@sha256:c04710ed178b8418bf67ef9e069f5ecc3104955fa54f279fb91941786681a355
# This service cannot run under 1000:1000
# And because the uploads are shared
# We'll run immich specific services as root
@ -54,7 +54,7 @@ services:
restart: on-failure
machine-learning:
image: altran1502/immich-machine-learning:v1.60.0@sha256:da82c06c084e1421860057cb3d16d9575b69f0ec1c6ab53b21065c76df1e95cd
image: altran1502/immich-machine-learning:v1.61.0@sha256:c86e77729444f9da4e97af9e392359afa24e201b0003dafe0f1f769f263095f1
volumes:
- ${APP_DATA_DIR}/data/upload:/usr/src/app/upload
- ${APP_DATA_DIR}/data/model-cache:/cache
@ -65,7 +65,7 @@ services:
restart: on-failure
web:
image: altran1502/immich-web:v1.60.0@sha256:32e352cde02c6d2e6e439c77ca99c4bdf9daf808eee9ce9f1282688bcdec75be
image: altran1502/immich-web:v1.61.0@sha256:7d631ccb35ef45a1dd80706ea9f2532fbb865e7dbb8eb3c322bb893a306780c2
entrypoint: ["/bin/sh", "./entrypoint.sh"]
environment:
<<: *env
@ -81,7 +81,7 @@ services:
restart: on-failure
proxy:
image: altran1502/immich-proxy:v1.60.0@sha256:8a5c0d80761b5de627c7135f14e87b6338aff5185ab7690ac4a30e719256f01e
image: altran1502/immich-proxy:v1.61.0@sha256:3f5802339c86e2aeae463b2d6ef5a2014805b0aba3818b91b05dab59766fef78
environment:
IMMICH_SERVER_URL: *immich_server_url
IMMICH_WEB_URL: *immich_web_url

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: immich
category: Files
name: Immich
version: "v1.60.0"
version: "v1.61.0"
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,31 +45,18 @@ description: >-
- User-defined storage structure
releaseNotes: >
This update brings an absolute ton of new features to Immich, including:
This update brings the following new features to Immich:
- Global map view
- Justified layout for timeline view
- Improved video transcoding
- Proper support for RAW file formats
- Partner sharing
- Facial recognition
- Logout all devices with a single click
- Add descriptions to assets and search using metadata syntax (m:<any-word-in-description>)
- Archive assets
- Typesense for better search
- Dedicated Favorites Page
- Memories feature
- and more!
A full list of new features, improvements, and bug fixes
for versions between 1.40.1_63-dev and 1.60.0 can be found at https://github.com/immich-app/immich/releases
Full release notes for this update can be found at https://github.com/immich-app/immich/releases/tag/v1.61.0
developer: Alex Tran
website: https://www.immich.app
dependencies: []