github sebadob/rauthy v0.33.2

5 hours ago

Changes

Updated I18n

Translations for zh / zhhans have been updated, and zh is available for the Admin UI now as well.

#1278
#1279

Hiqlite trigger backup via API

While fixing the "no local backup with no S3 config" bug mentioned below in Hiqlite, a small feature was added. It is now possible to trigger the creation of a backup manually via direct API call, in addition to using the Rauthy Admin UI or relying on the cron job. It is a simple POST request to the Hiqlite API (port 8200 by default) using the API secret, like so:

curl -i -XPOST -H 'X-API-SECRET: SuperSecureSecret1337' localhost:8200/backup

Bugfixes

  • Hiqlite had a bug where the backup cron job was not started if no S3 config was given. It was bumped to the latest version which includes a fix.
  • The UI had some smaller CSS issues here and there after the recent updates.
    #1283

Don't miss a new rauthy release

NewReleases is sending notifications on new releases.