🚨 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 #559
- 👷♂️ Update build command by @lukevella in #560
- 💦 Temporarily disable arm64 builds by @lukevella in #561
- 🌐 Update translations by @lukevella in #558
- 💄 Hide comment dropdown menu when unavailable to user by @jonas-hoebenreich in #564
- ⚰️ Remove dead verification code by @lukevella in #566
- 💬 Update email templates by @lukevella in #562
- 🌐 Update translations by @lukevella in #565
Full Changelog: v2.3.1...v2.4.0