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.