Changes
Updated I18n
Translations for zh / zhhans have been updated, and zh is available for the Admin UI now as well.
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