Skip to content

v1.4.3

Choose a tag to compare

@kossakovsky kossakovsky released this 28 Apr 03:00

Fixed

  • LightRAG — Fix crash-loop (TOKEN_SECRET must be explicitly set) by generating LIGHTRAG_TOKEN_SECRET and passing it as TOKEN_SECRET to the container. Recent upstream releases require an explicit JWT signing secret whenever AUTH_ACCOUNTS is configured (#60).

Upgrade

make update

scripts/03_generate_secrets.sh --update will auto-generate LIGHTRAG_TOKEN_SECRET in your .env (existing values are preserved). After update, restart restores LightRAG.

Full Changelog: v1.4.2...v1.4.3