immich/example
Daniel Berteaud 9e3a492d69 immich-ml volume is multi-node-multi-writer 2024-05-04 09:07:06 +02: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 immich-ml volume is multi-node-multi-writer 2024-05-04 09:07:06 +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;