Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sailing:immich [2023/12/15 10:20] – [Installation] sailor | sailing:immich [2024/02/22 13:39] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Immich ====== | ||
- | |||
- | |||
- | |||
- | ===== Installation ===== | ||
- | |||
- | |||
- | Create folder: | ||
- | <code bash> | ||
- | > mkdir / | ||
- | </ | ||
- | |||
- | <code bash> | ||
- | > cd / | ||
- | > wget https:// | ||
- | > wget -O .env https:// | ||
- | > wget https:// | ||
- | </ | ||
- | |||
- | edit .env file | ||
- | |||
- | update: | ||
- | |||
- | docker compose pull && docker compose up -d | ||
- | |||
- | Immoich does not support bas_url, so: | ||
- | |||
- | <file txt immich.conf> | ||
- | location /immich { | ||
- | auth_pam off; | ||
- | | ||
- | } | ||
- | </ | ||
- | |||
- | |||
- | Immich has a CLI qhich requires NPM: | ||
- | <code bash> | ||
- | > emerge nodejs | ||
- | </ | ||
- | |||
- | as your user (anybody, honestly): | ||
- | |||
- | npm i -g @immich/cli | ||
- | |||
- | immich login-key [instanceUrl] [apiKey] | ||
- | |||
- | immich upload --recursive directory/ | ||
- | |||