github pantsel/konga 0.8.0
v0.8.0

latest releases: 0.14.9, 0.14.7, 0.14.6...
pre-release6 years ago

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.

Don't miss a new konga release

NewReleases is sending notifications on new releases.