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 VectorChord extension installed. This database must have those extensions created :
CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
CREATE EXTENSION vectors;
CREATE EXTENSION vchord;
CREATE EXTENSION pg_trgm;
CREATE EXTENSION unaccent;
Languages
HCL
96.9%
Shell
3.1%