2026-04-13 22:17:37 +02:00
2026-04-13 22:17:37 +02:00
2025-03-11 15:12:07 +01:00
2025-01-22 14:36:33 +01:00
2025-11-20 15:15:58 +01:00
2023-11-13 22:41:29 +01:00
2025-12-12 13:27:39 +01:00
2026-04-13 22:17:37 +02:00

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;
Description
Self-hosted photo and video backup solution directly from your mobile phone.
Readme MIT 242 KiB
Languages
HCL 96.9%
Shell 3.1%