Features
- Support file-based API key secrets
The Immich API key may now be passed to the script in a secrets file instead of a command line argument.
Add-t file
to your command line and replace the API key with the absolute path to your secrets file containing the API key.
For Docker, mount the secrets file into the container and set environment variableAPI_KEY_FILE
to the absolute path to the secrets file within the container. Do not set theAPI_KEY
environment variable.
Thanks @johnspade!
New Contributors
- @johnspade made their first contribution in #74
Full Changelog: 0.14.0...0.15.0