Skip to content

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

License

Notifications You must be signed in to change notification settings

lukevella/rallly

Repository files navigation

Actions Status Crowdin License: AGPL v3 Discord Donate

hero

Schedule group meetings with friends, colleagues and teams. Create meeting polls to find the best date and time to organize an event based on your participants' availability. Save time and avoid back-and-forth emails.

Built with Next.js, Prisma, tRPC & TailwindCSS

Self-hosting

Check out the self-hosting repo for more information on running your own instance of Rallly.

Running locally

Clone this repo and change directory to the root of the repository.

git clone https://github.com/lukevella/rallly.git
cd rallly

Copy the sample .env file then open it and set the variables.

cp sample.env .env

See configuration to see what parameters are availble.

Install dependencies

yarn

Next, run the following to generate the database client and run migrations to create our schema

yarn db:generate && yarn db:deploy

Start the Next.js server

# For development
yarn dev
# For production
yarn build
yarn start

Configuration Options

The app can be configured with the following environment variables.

Environment Variable 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. Wildcard characters are supported. Example: *@yourcompany.com
DISABLE_LANDING_PAGE false Whether or not to disable the landing page
NEXT_PUBLIC_BASE_URL http:https://localhost:300 The base url where this instance is accessible, including the scheme (eg. http:https:// or https://), the domain name, and optionally a port.
SECRET_PASSWORD "" A random 32-character secret key used to encrypt user sessions
SMTP_HOST localhost The host address of your SMTP server
SMTP_PORT 25 or 465 The port of your SMTP server
SMTP_SECURE false Set to "true" if SSL is enabled for your SMTP connection
SMTP_USER "" The username (if auth is enabled on your SMTP server)
SMTP_PWD "" The password (if auth is enabled on your SMTP server)

Contributors

If you would like to contribute to the development of the project please reach out first before spending significant time on it.

Translators 🇫🇷 🇩🇪 🇮🇹 🇪🇸

You can help translate Rallly to another language by following our guide for translators.

License

Rallly is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. See LICENSE for more detail.

Sponsors

Big thanks to these folks for sponsoring the project!

     

And thanks to these companies for providing their services to host and run rallly.co.

Powered by Vercel     Digital Ocean     Sentry