github onetimesecret/onetimesecret v0.17.1-rc2

latest releases: v0.25.2, v0.25.1, v0.22.1-retro-gamer...
pre-release20 months ago

Deployment Notes

New environment variables

  • SUPPORT_HOST: Default is nil. When enabled, links to external documentation and blog website (e.g. https://docs.onetimesecret.com/
  • AUTHENTICITY_TYPE: 'altcha' is the only supported value.
  • AUTHENTICITY_SECRET_KEY: Sets the unique key for ALTCHA_HMAC_KEY.

New config, under :site:

:site
  # Used for opensource Captcha alternative Altcha (https://altcha.org/)
  :authenticity:
    :type: <%= ENV['AUTHENTICITY_TYPE'] || 'altcha' %>
    :secret_key: <%= ENV['AUTHENTICITY_SECRET_KEY'] || 'your-secret-key' %>

What's Changed

  • Integrate Altcha for non-authenticated user feedback by @delano in #604
  • Update built assets and enhance UI components by @delano in #605

Full Changelog: v0.17.1-rc1...v0.17.1-rc2

Don't miss a new onetimesecret release

NewReleases is sending notifications on new releases.