Self-hosted photo and video backup solution directly from your mobile phone.
Go to file
Daniel Berteaud 3dc38b3797 More mem for typesense and redis 2023-11-30 20:45:32 +01:00
consul/config Immich working now 2023-11-27 23:07:31 +01:00
init Start working on immich (still WIP) 2023-11-25 22:04:47 +01:00
prep.d Immich working now 2023-11-27 23:07:31 +01:00
vault/policies Immich working now 2023-11-27 23:07:31 +01:00
LICENSE Initial commit 2023-11-13 22:41:29 +01:00
README.md Update to 1.89.0 2023-11-29 21:38:09 +01:00
bundles.yml Start working on immich (still WIP) 2023-11-25 22:04:47 +01:00
immich.nomad.hcl More mem for typesense and redis 2023-11-30 20:45:32 +01:00
variables.yml More mem for typesense and redis 2023-11-30 20:45:32 +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 database must have 2 extensions created

CREATE EXTENSION cube;
CREATE EXTENSION earthdistance;