Rallly
Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
Alternative to: doodle, when2meet
About
Versions (95)
v4.4.0
2025-09-10What’s Changed
📅 Better ICS lifecycle management
- Improved the formatting of the email that gets sent out when finalizing a poll so that it is recognized as a calendar invite by email clients
- Added uid to the ICS file so that event details are synchronized across all attendees when changes are made
- Added sequence to keep track of changes to the event such as cancellation
✨ New environment variables for disabling email login and registration
- Added
EMAIL_LOGIN_ENABLEDwhich can be set tofalseto limit login to SSO - Added
REGISTRATION_ENABLEDwhich can be set tofalseto disable the registration page
🔒 Secure SMTP defaults
- Improved the default configuration to reject unauthorized certifications when using TLS
- Deprecated
SMTP_TLS_ENABLEDand introducedSMTP_REJECT_UNAUTHORIZEDinstead
New Contributors
- @ThisIsMissEm made their first contribution in https://github.com/lukevella/rallly/pull/1916
Full Changelog: https://github.com/lukevella/rallly/compare/v4.3.1…v4.4.0