Skip to content

v2.6.5

Choose a tag to compare

@Kha-kis Kha-kis released this 18 Dec 16:51
· 499 commits to main since this release

🐛 Bug Fixes

  • Docker
    • Fix EACCES permission denied error when using PostgreSQL on Unraid (#21)
    • Resolve Prisma client regeneration failure when switching database providers with non-default PUID/PGID

✨ New Features

  • Settings > System
    • Added System Information section displaying application version, database backend, Node.js version, and uptime

🔒 Security & Stability

  • Session Management
    • Middleware now validates session tokens against the API
    • Invalid/stale session cookies are automatically cleared and user redirected to login
    • Prevents issues when database is reset or container recreated with new volume

📚 Documentation

  • Documentation has moved to the GitHub Wiki
  • Comprehensive guides for Authentication, TRaSH Guides, Hunting, Backup/Restore, and more

📦 Upgrade Notes

This is a non-breaking release. Simply pull the latest image:

docker-compose pull
docker-compose up -d

Note: You may be logged out after upgrading due to improved session validation. Simply log in again.