Fixed
- LightRAG — Fix crash-loop (
TOKEN_SECRET must be explicitly set) by generatingLIGHTRAG_TOKEN_SECRETand passing it asTOKEN_SECRETto the container. Recent upstream releases require an explicit JWT signing secret wheneverAUTH_ACCOUNTSis configured (#60).
Upgrade
make updatescripts/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