Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pantsel pantsel released this 20 Jun 19:36
· 924 commits to master since this release

What's new

  • UI/UX revamp.
  • Massive refactoring and logic improvements.
  • Configurable user permissions.
  • Various bug fixes and improvements.

Default db and data paths changed

Default file storage path (in case you're not integrating Konga with a database) has been moved outside of the application's directory so it can be used as a docker volume.

The default storge path is /kongadata/ but it can be changed from the process.env.STORAGE_PATH env var.

If you're building Konga from source, you can specify it yourself to be in a folder where Konga has read-write permissions so that you don't get the EACCES: permission denied, mkdir '/kongadata/' error when running the application.