Self-hosted photo and video backup solution directly from your mobile phone.
Go to file
Daniel Berteaud 7622c5e8f1 Update to 1.102.3 2024-04-20 23:15:38 +02:00
consul/config Add a service-resolver to set higher RequestTimeout for immich-ml 2024-01-11 19:58:29 +01:00
example Update to 1.102.3 2024-04-20 23:15:38 +02:00
init Cleanup 2024-01-31 13:50:03 +01:00
vault/policies Cleanup 2024-01-31 13:50:03 +01:00
LICENSE
README.md
bundles.yml
immich.nomad.hcl Use new check settings 2024-04-12 08:36:33 +02:00
variables.yml Update to 1.102.3 2024-04-20 23:15:38 +02:00

README.md

Immich

Self-hosted photo and video backup solution directly from your mobile phone.

Installation

You need to ensure your postgres server has the correct database created (immich, or whatever value you set as instance). This postgres instance must also have pgvecto.rs installed (v0.1.11). This database must have 3 extensions created

CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
CREATE EXTENSION vectors;