Shortcodes and integration to embed Immich media in Eleventy blogs.
Initial WIP. Contribution is welcome!
See https://chris.bur.gs/eleventy-immich/ for an introduction.
Support T&C: no commitment, only commits
Immich itself is in rapid development and there are occasional breaking changes. For now, the support target of this project is integration with an endpoint running ghcr.io/immich-app/immich-server:release
.
E2E test against an Immich instance requires setting these variables, then running npm test
.
Variable | Value |
---|---|
IMMICH_BASE_URL | Base URL of your Immich instance |
IMMICH_API_KEY | An Immich API key |
IMMICH_TEST_ALBUM_UUID | UUID of a test album |
IMMICH_TEST_ALBUM_TITLE | Title of the test album |
IMMICH_TEST_ALBUM_DESCRIPTION | Description of the test album |
IMMICH_TEST_IMAGE_UUID | UUID of a test image |
IMMICH_TEST_IMAGE_DESCRIPTION | Description of the test image |
This software is AGPL-3.0.