github Freika/dawarich 0.25.5-rc1

latest releases: 0.36.4-rc.1, 0.36.3, 0.36.3-rc.1...
pre-release8 months ago

This release introduces a new way to send transactional emails using SMTP. Example may include password reset, email confirmation, etc.

To enable SMTP mailing, you need to set the following environment variables:

  • SMTP_SERVER - SMTP server address.
  • SMTP_PORT - SMTP server port.
  • SMTP_DOMAIN - SMTP server domain.
  • SMTP_USERNAME - SMTP server username.
  • SMTP_PASSWORD - SMTP server password.
  • SMTP_FROM - Email address to send emails from.

This is optional feature and is not required for the app to work.

Removed

  • Optional telemetry was removed from the app.
  • Sidekiq Web UI is now protected by basic auth in non-self-hosted mode.

Changed

  • rake points:migrate_to_lonlat task now also tries to extract latitude and longitude from raw_data column before using longitude and latitude columns to fill lonlat column.
  • Docker entrypoints are now using DATABASE_NAME environment variable to check if Postgres is existing/available.

Added

  • You can now provide SMTP settings in ENV vars to send emails.

What's Changed

Full Changelog: 0.25.5-rc0...0.25.5-rc1

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.