Files
oam/knowledge base/immich.md
2024-08-17 14:34:56 +02:00

1.3 KiB

Immich

Self-hosted photo and video management solution.

  1. TL;DR
  2. Further readings

TL;DR

Setup
curl -O 'https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml' \
&& curl -o '.env' 'https://github.com/immich-app/immich/releases/latest/download/example.env' \
&& curl -O 'https://github.com/immich-app/immich/releases/latest/download/hwaccel.transcoding.yml' \
&& curl -O 'https://github.com/immich-app/immich/releases/latest/download/hwaccel.ml.yml' \
&& docker compose up -d \
&& xdg-open 'http://localhost:2283'

The composition uses .env for configuration.
Refer the Environment Variables documentation page for the available environment variables.

Further readings