Skip to content

Immich

Supported on Umbrel

Features

  • Does support multi user
  • Does support albums
  • Does not support tags

Upload bulk photos

docker run -it --rm -v `pwd`:/import \
  ghcr.io/alextran1502/immich-cli:latest upload \
  --email test@test.com \
  --password pw12344 \
  --server http://192.168.4.32:2283/api \
  -d /import

Sources