Self-hostable doodle poll alternative. Find the best date for a meeting with your colleagues or friends without the back and forth emails.
Find a file
2022-05-09 17:29:16 +01:00
.github Sessions (#162) 2022-05-09 08:21:53 +01:00
.vscode First public commit 2022-04-12 07:14:28 +01:00
api-client Keep demo values fixed 2022-04-15 19:09:28 +01:00
components Track login usage 2022-05-09 10:41:13 +01:00
declarations Sessions (#162) 2022-05-09 08:21:53 +01:00
docs/images Add hero image to readme (#125) 2022-04-22 12:09:40 +01:00
migrations Sessions (#162) 2022-05-09 08:21:53 +01:00
pages Track login usage 2022-05-09 10:41:13 +01:00
public Use locale to format dates and times (#123) 2022-04-26 20:10:59 +01:00
templates Sessions (#162) 2022-05-09 08:21:53 +01:00
tests Sessions (#162) 2022-05-09 08:21:53 +01:00
utils Sessions (#162) 2022-05-09 08:21:53 +01:00
.dockerignore First public commit 2022-04-12 07:14:28 +01:00
.eslintrc.json Sessions (#162) 2022-05-09 08:21:53 +01:00
.gitignore First public commit 2022-04-12 07:14:28 +01:00
.prettierrc First public commit 2022-04-12 07:14:28 +01:00
db.ts First public commit 2022-04-12 07:14:28 +01:00
docker-compose.yml Move away from sendgrid 2022-04-13 14:55:29 +01:00
Dockerfile First public commit 2022-04-12 07:14:28 +01:00
LICENSE First public commit 2022-04-12 07:14:28 +01:00
next-env.d.ts First public commit 2022-04-12 07:14:28 +01:00
next-i18next.config.js First public commit 2022-04-12 07:14:28 +01:00
next.config.js Switch to gitbook support page 2022-04-29 14:10:39 +01:00
package.json Sessions (#162) 2022-05-09 08:21:53 +01:00
playwright.config.ts First public commit 2022-04-12 07:14:28 +01:00
postcss.config.js First public commit 2022-04-12 07:14:28 +01:00
README.md Update README.md 2022-05-09 17:29:16 +01:00
sample.env Add SECRET_PASSWORD to sample.env 2022-05-09 17:26:27 +01:00
schema.prisma Sessions (#162) 2022-05-09 08:21:53 +01:00
sentry.client.config.js First public commit 2022-04-12 07:14:28 +01:00
sentry.properties First public commit 2022-04-12 07:14:28 +01:00
sentry.server.config.js First public commit 2022-04-12 07:14:28 +01:00
style.css Sessions (#162) 2022-05-09 08:21:53 +01:00
tailwind.config.js First public commit 2022-04-12 07:14:28 +01:00
tsconfig.json Sessions (#162) 2022-05-09 08:21:53 +01:00
yarn.lock Sessions (#162) 2022-05-09 08:21:53 +01:00

Actions Status License: AGPL v3 Donate

hero

Rallly is a free group meeting scheduling tool built with Next.js, Prisma & TailwindCSS

🐳 Quickstart with docker

For running in a production environment

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

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

Once inside the directory create a .env file where you can set your environment variables. There is a sample.env that you can use as a reference.

cp sample.env .env

See configuration to see what parameters are availble.

Build and run with docker-compose

docker-compose up -d

Go to http://localhost:3000

💻 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 we need to run the database migrations to create our tables

yarn prisma migrate deploy

Start the Next.js server

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

⚙️ Configuration

Parameter Default Description
DATABASE_URL postgres://postgres:postgres@rallly_db:5432/db 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 25 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.

👮‍♂️ 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

These companies have graciously offered their services in support of this project.

Powered by Vercel     Sentry     Sentry