I name my core Immich Stack as "immich-app_server", "immich-app_postgres" etc. to differentiate between Immich itself and all the amazing community tools (Kiosk, Power Tools). When deploying the Immich Power Tools container, I could not avoid the ERR_BAD_RESPONSE error unless I changed my...
-./data/tsdata:/datarestart:alwaysredis:container_name:immich_redisimage:redis:6.2-alpine@sha256:70a7a5b641117670beae0d80658430853896b5ef269ccf00d1827427e3263fa3restart:alwaysdatabase:container_name:immich_postgresimage:postgres:14-alpine@sha256:28407a9961e76f2d285dc6991e8e48893503cc3836a4755bbc2...
description: A chart to power Immich (immich.app) running on kubernetes name: immich version: 0.8.0 appVersion: v1.106.1 version: 0.8.1 appVersion: v1.117.0 home: https://immich.app/ icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg sources: 4 chang...
Having the postgres subchart makes for an easy deployment, but has caused several annoying issues around upgrades in the past (see eg#55,#125). Being a bitnami chart, it also does a bunch of custom stuff that doesn't align with the pgvecto.rs image that Immich needs, and while it sti...
fix: library pagination to 10k to avoid too many postgres query params f49440a zackpollard requested a review from danieldietzler as a code owner September 27, 2024 16:56 github-actions bot added the 🗄️server label Sep 27, 2024 danieldietzler approved these changes Sep 27, 2024 Vie...
2 changes: 2 additions & 0 deletions 2 charts/immich/values.yaml Original file line numberDiff line numberDiff line change @@ -51,6 +51,8 @@ postgresql: database: immich password: immich primary: containerSecurityContext: readOnlyRootFilesystem: false initdb: scripts: create-extensions.sql:...