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-08-20 06:11:41 +01:00
.github Remove cd workflow 2022-06-28 18:39:54 +01:00
.vscode First public commit 2022-04-12 07:14:28 +01:00
declarations Load locale ondemand + spanish locale (#249) 2022-07-28 10:39:58 +01:00
docs/images Add hero image to readme (#125) 2022-04-22 12:09:40 +01:00
prisma Upgrade to prisma 4 (#240) 2022-07-22 15:57:35 +01:00
public New translations common.json (Italian) (#297) 2022-08-20 06:11:41 +01:00
src Vercel middleware bug (#293) 2022-08-18 16:11:19 +01:00
templates Make email logo use template var (#255) 2022-07-28 12:37:14 +01:00
tests Don’t delete polls with options in the future (#273) 2022-08-05 16:47:10 +01:00
.dockerignore Ignore more files in docker image (#266) 2022-08-01 10:26:47 +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
crowdin.yml Update Crowdin configuration file 2022-07-22 08:35:46 +01:00
docker-compose.yml Move prisma command to Dockerfile (#270) 2022-08-01 11:36:34 +01:00
Dockerfile Move prisma command to Dockerfile (#270) 2022-08-01 11:36:34 +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 Add pt and ko locales (#288) 2022-08-18 10:22:44 +01:00
next.config.js Vercel middleware bug (#293) 2022-08-18 16:11:19 +01:00
package.json Update middleware logic (#263) 2022-07-29 14:17:18 +00: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-07-27 10:13:41 +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 Add locale support (#228) 2022-07-21 12:12:35 +01:00
tailwind.config.js Clean up styles 2022-06-06 13:07:49 +01:00
tsconfig.json Switch to tRPC (#173) 2022-05-18 10:22:40 +01:00
yarn.lock Update middleware logic (#263) 2022-07-29 14:17:18 +00:00

Actions Status Crowdin License: AGPL v3 Discord Donate

hero

Self-hostable doodle poll alternative. Find the best date for a meeting with your colleagues or friends without the back and forth emails.

Built with Next.js, Prisma, tRPC & 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.

Translators 🇫🇷 🇩🇪 🇮🇹 🇪🇸

If you'd like to volunteer to translate Rallly to another language, check out 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