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-16 14:53: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 If need be (#168) 2022-05-13 08:44:35 +01:00
components Fix issue with selecting time options 2022-05-14 14:33:23 +01:00
declarations Remove maintenance mode middleware 2022-05-12 19:16:16 +01:00
docs/images Add hero image to readme (#125) 2022-04-22 12:09:40 +01:00
migrations If need be (#168) 2022-05-13 08:44:35 +01:00
pages If need be (#168) 2022-05-13 08:44:35 +01:00
public If need be (#168) 2022-05-13 08:44:35 +01:00
templates Sessions (#162) 2022-05-09 08:21:53 +01:00
tests If need be (#168) 2022-05-13 08:44:35 +01:00
utils If need be (#168) 2022-05-13 08:44:35 +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 If need be (#168) 2022-05-13 08:44:35 +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 fixed min length of SECRET_PASSWORD. (#172) 2022-05-16 14:53:16 +01:00
sample.env fixed min length of SECRET_PASSWORD. (#172) 2022-05-16 14:53:16 +01:00
schema.prisma If need be (#168) 2022-05-13 08:44:35 +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 If need be (#168) 2022-05-13 08:44:35 +01:00
tailwind.config.js If need be (#168) 2022-05-13 08:44:35 +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 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.

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