Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@Salvoxia Salvoxia released this 01 Nov 17:44
· 1 commit to main since this release
5874149

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 variable API_KEY_FILE to the absolute path to the secrets file within the container. Do not set the API_KEY environment variable.
    Thanks @johnspade!

New Contributors

Full Changelog: 0.14.0...0.15.0