github lukevella/rallly v2.4.0

latest releases: v3.10.1, v3.10.0, v3.9.1-fork.6...
18 months ago

🚨 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

Full Changelog: v2.3.1...v2.4.0

Don't miss a new rallly release

NewReleases is sending notifications on new releases.