Self-hosted photo and video backup solution directly from your mobile phone.
Go to file
Daniel Berteaud 053cee7ac1 Add a service-resolver to set higher RequestTimeout for immich-ml 2024-01-11 19:58:29 +01:00
consul/config Add a service-resolver to set higher RequestTimeout for immich-ml 2024-01-11 19:58:29 +01:00
example Add a service-resolver to set higher RequestTimeout for immich-ml 2024-01-11 19:58:29 +01:00
init Cleanup 2023-12-21 22:37:48 +01:00
prep.d Cleanup 2023-12-21 22:37:48 +01:00
vault/policies Cleanup 2023-12-21 22:37:48 +01:00
LICENSE Initial commit 2023-11-13 22:41:29 +01:00
README.md Update README 2024-01-08 09:28:09 +01:00
bundles.yml Start working on immich (still WIP) 2023-11-25 22:04:47 +01:00
immich.nomad.hcl Support pgbouncer 2024-01-09 11:32:44 +01:00
variables.yml Support pgbouncer 2024-01-09 11:32:44 +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;