Skip to content

v0.0.37

Choose a tag to compare

@ckakgun ckakgun released this 08 Jun 12:22
· 171 commits to main since this release
99ea60f

Breaking change: the Docker Logs tab is now opt-in

Starting this release, the Docker-backed Logs tab is disabled by default. Previously any signed-in user could read container logs. Access is now gated behind two settings.

To re-enable it, set:

DOCKER_LOGS_ENABLED=true
DOCKER_LOGS_ALLOWED_EMAILS=admin@example.com (comma-separated list of trusted user emails)
For safety, create the trusted admin account before enabling this, or keep ALLOW_REGISTER=false, so an unverified self-registration cannot claim an allow-listed email.

What's Changed

Full Changelog: v0.0.36...v0.0.37