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 forALTCHA_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