From 47c1db990d95e59d96af5b33904fbaba2df1b952 Mon Sep 17 00:00:00 2001 From: br <54457920+borjarobert@users.noreply.github.com> Date: Fri, 29 Mar 2024 05:40:25 +0100 Subject: Updated Immich to v1.99.0 (#1089) Bumped version of immich-server, immich-microservices and immich-machine-learning Updated pg-vecto-rs database to version 0.2.0 Although this version allows for hardware acceleration, I couldn't figure out a way to make it configurable within caprover. This works, albeit without hardware acceleration --- public/v4/apps/immich.yml | 7 +++---- public/v4/logos/immich.png | Bin 39505 -> 27160 bytes 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/v4/apps/immich.yml b/public/v4/apps/immich.yml index 78afecf..4c0b5c8 100644 --- a/public/v4/apps/immich.yml +++ b/public/v4/apps/immich.yml @@ -28,7 +28,6 @@ services: dockerfileLines: - FROM ghcr.io/immich-app/immich-server:$$cap_version - CMD ["start.sh", "microservices"] - # - ENTRYPOINT ["/bin/sh", "./start-microservices.sh"] Changed for v1.58.0 environment: DB_PASSWORD: $$cap_app_db_pass DB_USERNAME: $$cap_app_db_user @@ -77,7 +76,7 @@ services: caproverOneClickApp: displayName: Immich - description: Open source (MIT License) Google Photos alternative. Backup your phone's photos and videos to your private server. + description: Open source (AGPLv3) Google Photos alternative. Backup your phone's photos and videos to your private server. isOfficial: false documentation: https://immich.app instructions: @@ -89,7 +88,7 @@ caproverOneClickApp: - label: Immich version id: $$cap_version description: Check out their valid tags at https://github.com/immich-app/immich/releases - defaultValue: v1.92.1 + defaultValue: v1.99.0 - label: Immich redis version id: $$cap_redis_ver defaultValue: 6.2-alpine@sha256:c5a607fb6e1bb15d32bbcf14db22787d19e428d59e31a5da67511b49bb0f1ccc @@ -109,7 +108,7 @@ caproverOneClickApp: - label: PostgreSQL database version id: $$cap_app_db_ver description: Immich uses PostgreSQL with the pgvecto.rs extension. Check the valid tags at https://hub.docker.com/r/tensorchord/pgvecto-rs/tags - defaultValue: pg14-v0.1.11@sha256:0335a1a22f8c5dd1b697f14f079934f5152eaaa216c09b61e293be285491f8ee + defaultValue: pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 - label: Upload directory id: $$cap_app_upload_location description: Full path to the directory where you plan to store all your files. It should be created beforehand. If you want caprover to create it for you just leave the default 'immich-data' diff --git a/public/v4/logos/immich.png b/public/v4/logos/immich.png index 60aaa5b..73e3228 100644 Binary files a/public/v4/logos/immich.png and b/public/v4/logos/immich.png differ -- cgit v1.2.3