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-19 16:48:48 +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
declarations Switch to tRPC (#173) 2022-05-18 10:22:40 +01:00
docs/images Add hero image to readme (#125) 2022-04-22 12:09:40 +01:00
prisma Switch to tRPC (#173) 2022-05-18 10:22:40 +01:00
public Add option to delete poll (#174) 2022-05-18 17:47:23 +01:00
src Fix silenced toast error message 2022-05-19 12:10:37 +01:00
templates Fix typo in email template 2022-05-16 16:57:02 +01:00
tests Add option to delete poll (#174) 2022-05-18 17:47:23 +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
docker-compose.yml Fix missing base url during docker build (#180) 2022-05-19 16:48:48 +01:00
Dockerfile Fix missing base url during docker build (#180) 2022-05-19 16:48:48 +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 Fix linting 2022-05-19 11:11:28 +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 Switch to tRPC (#173) 2022-05-18 10:22:40 +01:00
sample.env Switch to tRPC (#173) 2022-05-18 10:22:40 +01:00
sentry.client.config.js 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 Switch to tRPC (#173) 2022-05-18 10:22:40 +01:00
tsconfig.json Switch to tRPC (#173) 2022-05-18 10:22:40 +01:00
yarn.lock Switch to tRPC (#173) 2022-05-18 10:22:40 +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
NEXT_PUBLIC_BASE_URL http://localhost:3000 The hosting url of the server, used for creating links and making api calls from the client.
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