|
||
---|---|---|
consul/config | ||
init | ||
prep.d | ||
vault/policies | ||
LICENSE | ||
README.md | ||
bundles.yml | ||
immich.nomad.hcl | ||
variables.yml |
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;