Release Date: April 6, 2026
AudioMuse AI v0.9.6 is a security update that set the env var AUTH_ENABLED to true by default. This work with this additional env var:
AUDIOMUSE_USER- mandatoryAUDIOMUSE_PASSWORD- mandaotryAPI_TOKEN- optional, only if you use an external pluginJWT_SECRET- optional
you can read more here: AUTH DOCS
If you don't want to use it (not reccommanded) you can just set AUTH_ENABLED to false.
To help this transition the .env.example and all the deployments example are updated to support this additioanl env var.
What's Changed
- Auth enabled by default by @NeptuneHub in #399
Full Changelog: v0.9.5...v0.9.6