v3.0.0 #847
Pinned
lukevella
announced in
Announcements
v3.0.0
#847
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rallly 3.0.0 has an updated UI and a host of new features including:
Setup
Check out the self-hosting docs for instructions.
Upgrading from v2
The startup script will automatically perform a schema migration so that you can retain your existing data. It may not be possible to downgrade to v2 after upgrading due to the changes in the schema. Please take note of the following breaking changes before upgrading.
Breaking changes
1. Removed
AUTH_REQUIRED
The
AUTH_REQUIRED
parameter has been removed. As of version 3, users must be logged in to create and manage polls. To further avoid use of your instance by unauthorized users, you are encouraged to use theALLOWED_EMAILS
parameter to limit who can register and login on your instance.2. SMTP config is now required
Due to authentication being required, it's not longer possible to use the system without logging in. Since Rallly only supports passwordless login, you will need to configure SMTP so that you can receive your passwordless login email.
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions