immich/example
Daniel Berteaud 28310eaec1 Update to 1.100.0 2024-03-28 22:49:05 +01:00
..
consul/config Add a service-resolver to set higher RequestTimeout for immich-ml 2024-01-11 19:58:29 +01:00
init Update rendered example 2024-03-05 14:49:53 +01:00
vault/policies Update rendered example 2024-03-05 14:49:53 +01:00
LICENSE Add rendered example 2024-01-05 14:06:26 +01:00
README.md Update to 1.92.1 2024-01-08 16:58:28 +01:00
immich.nomad.hcl Update to 1.100.0 2024-03-28 22:49:05 +01: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;