github pantsel/konga 0.7.0
v0.7.0

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

What's new

Node and API health checks

Konga 0.7.0 introduces health checks allowing you to monitor your Nodes and APIs state.
You can easily enable them for any Node or API from their respective pages.

Email Notifications

Administrators can be notified via email if a health check fails by enabling Email Notifications on the Settings page.

When Email notifications are enabled, Konga will send an email to all administrators the first time a health check fails and one every 15 minutes the API or Node stays down or unresponsive.

Keep in mind that "Notify administrators when" section in notification settings must also be configured respectively.

Note: The default sendmail transport for emails, is mainly for testing purposes and it's most likely that messages will end up in the junk folder. More email transports configuration will be available on upcoming versions.

Relative paths support

Konga now can run on relative paths without having trouble loading assets or connecting to socket.io.
For more details check out issue #27 .

Import/Export Snapshots

Node Snapshots can now be easily exported and imported to another Konga instance.

Docker volumes support / Default DB path changed

As from Konga 0.7.0 the default local db path is configurable (process.env.DB_PATH) and persistent in in it's own volume. Also the default db folder has changed from ./.tmp to /kongadata/.

That means that from now on, data won't be lost when upgrading Konga's container to a more recent version even when using the default filesystem db.

Note: In case you've been using the local db, you can easily migrate your previous ./tmp/localDiskDb.db by copying the file contents to the new /kongadata/konga.db file.

Minor fixes and UI improvements

Various UI elements have been improved and minor bugs have been addressed.

Don't miss a new konga release

NewReleases is sending notifications on new releases.