v2.4.0 #568
lukevella
announced in
Announcements
v2.4.0
#568
Replies: 2 comments 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, thanks for the confirmation. Keep up the good work on Rallly 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚨 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 tolukevella/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.
AUTH_REQUIRED
false
true
to require authentication for creating new polls and accessing admin pagesALLOWED_EMAILS
""
If not set, all emails are allowed.
Wildcard characters are supported.
Example:
"[email protected], *@example.com, *@*.example.com"
DISABLE_LANDING_PAGE
false
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
This discussion was created from the release v2.4.0.
Beta Was this translation helpful? Give feedback.
All reactions