2025-02-02 21:19:50 +01:00
2024-01-31 13:50:03 +01:00
2025-01-21 16:12:58 +01:00
2025-01-22 14:36:33 +01:00
2024-09-30 14:56:12 +02:00
2025-01-21 16:12:58 +01:00
2023-11-13 22:41:29 +01:00
2024-01-08 09:28:09 +01:00
2025-01-29 21:33:09 +01: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 pgvecto.rs installed (v0.1.11). This database must have 3 extensions created

CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;
CREATE EXTENSION vectors;
Description
Self-hosted photo and video backup solution directly from your mobile phone.
Readme MIT 516 KiB
Languages
HCL 93.5%
Shell 6.5%