Skip to content

Commit

Permalink
Updated Immich to v1.99.0 (#1089)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
borjarobert authored Mar 29, 2024
1 parent a548492 commit 47c1db9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/v4/apps/immich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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'
Expand Down
Binary file modified public/v4/logos/immich.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47c1db9

Please sign in to comment.