Rallly
Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
Alternative to: doodle, when2meet
v2.4.0
2023-03-15π¨ Suspending arm64 docker builds
As of this release we are suspending arm64 builds of the public docker image lukevella/rallly. These builds were very time consuming and often times failed due to how slow they were. If you are not running Rallly on a machine with an ARM architecture this wonβt affect you. If you are running on an ARM machine I would recommend pinning your version to lukevella/rallly:latest-arm to get the latest image that supports your architecture. Alternatively you can build the image yourself from the source code.
π Added new security options for self-hosters
This version introduces the following environment variables you can use to secure your instance from unauthorized users.
| Name | Default | Description |
|---|---|---|
AUTH_REQUIRED | false | Set to true to require authentication for creating new polls and accessing admin pages |
ALLOWED_EMAILS | "" | Comma separated list of email addresses that are allowed to register and login. If not set, all emails are allowed. Wildcard characters are supported. Example: "user@email.com, *@example.com, *@*.example.com" |
DISABLE_LANDING_PAGE | false | Set to true to take users straight to the app.As of this version, it will take you to the poll creation page but this will change once we have an app dashboard. |
πͺ΅ Changelog
- π Add config to secure instance from unauth users by @lukevella in https://github.com/lukevella/rallly/pull/559
- π·ββοΈ Update build command by @lukevella in https://github.com/lukevella/rallly/pull/560
- π¦ Temporarily disable arm64 builds by @lukevella in https://github.com/lukevella/rallly/pull/561
- π Update translations by @lukevella in https://github.com/lukevella/rallly/pull/558
- π Hide comment dropdown menu when unavailable to user by @jonas-hoebenreich in https://github.com/lukevella/rallly/pull/564
- β°οΈ Remove dead verification code by @lukevella in https://github.com/lukevella/rallly/pull/566
- π¬ Update email templates by @lukevella in https://github.com/lukevella/rallly/pull/562
- π Update translations by @lukevella in https://github.com/lukevella/rallly/pull/565
Full Changelog: https://github.com/lukevella/rallly/compare/v2.3.1β¦v2.4.0