Self-hosted photo and video backup solution directly from your mobile phone.
Go to file
Daniel Berteaud 1736f196c1 Update README 2024-01-08 09:28:09 +01:00
consul/config Cleanup 2023-12-21 22:37:48 +01:00
example Update to 1.92.0 2024-01-08 09:25:42 +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 Make microservices a main task 2023-12-29 14:30:14 +01:00
variables.yml Update to 1.92.0 2024-01-08 09:25:42 +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;