github Freika/dawarich 0.25.5

latest releases: 0.31.1-rc.1, 0.31.0, 0.30.13-rc.1...
4 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 an optional feature and is not required for the app to work.

Removed

  • Optional telemetry was removed from the app. The ENABLE_TELEMETRY env var can be safely removed from docker compose.

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.
  • Sidekiq web UI is now protected by basic auth. Use SIDEKIQ_USERNAME and SIDEKIQ_PASSWORD environment variables to set the credentials.

Added

  • You can now provide SMTP settings in ENV vars to send emails.
  • You can now edit imports. #1044 #623

Fixed

  • Importing data from Immich now works correctly. #1019

💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, JMyrng, Andre, hogenf, naraxius, Lemur, Embrace, martin4861, Alex and Jonah B. on Patreon 💙

What's Changed

Full Changelog: 0.25.4...0.25.5

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.