Skip to content

aottr/rallly-cleaned

 
 

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.

[2023-01-12]: The docker configuration for self-hosters previously stored in this repo has been moved to the self-hosting repo mentioned above. Please switch to that repo if you are self-hosting.

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 database migrations to create our schema

yarn prisma migrate deploy

Start the Next.js server

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

Configuration

Parameter Default Description
NEXT_PUBLIC_BASE_URL http:https://localhost:3000 The hosting url of the server, used for creating links and making api calls from the client.
DATABASE_URL - A postgres database URL. Leave out if using the docker-compose file since it will spin up and connect to its own database instance.
SECRET_PASSWORD - A long string (minimum 32 characters) that is used to encrypt session data.
SUPPORT_EMAIL - An email address that will appear as the FROM email for all emails being sent out.
SMTP_HOST - Host name of your SMTP server
SMTP_PORT - Port of your SMTP server
SMTP_SECURE false Set to "true" if SSL is enabled for your SMTP connection
SMTP_USER - Username to use for your SMTP connection
SMTP_PWD - Password to use for your SMTP connection

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

About

Rallly with a cleaned home page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 86.7%
  • HTML 9.8%
  • JavaScript 1.5%
  • CSS 1.4%
  • PLpgSQL 0.4%
  • Shell 0.1%
  • Dockerfile 0.1%