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
dependabot[bot] 2b02dbc788
Bump luxon from 2.5.0 to 2.5.2 (#412)
Bumps [luxon](https://github.com/moment/luxon) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/2.5.0...2.5.2)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 13:41:58 +00:00
.github Run docker workflow once a week (#409) 2023-01-19 17:44:02 +00: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 Update major dependencies (#408) 2023-01-20 10:43:48 +00:00
public Add croatian locale (#411) 2023-01-20 12:31:13 +00:00
src Remove lazy loading (#415) 2023-01-20 13:35:27 +00:00
templates Update all template imports (#414) 2023-01-20 12:17:58 +00: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 Self hosting repo (#394) 2023-01-12 20:33:39 +00:00
docker_start.sh Remove DATABASE_URL from Dockerfile (#328) 2022-10-11 09:31:58 +00:00
Dockerfile Update base docker image and dependencies (#373) 2022-12-13 10:55:05 +00:00
i18n-unused.config.js Remove unused i18n (#360) 2022-11-21 17:11:35 +00: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 croatian locale (#411) 2023-01-20 12:31:13 +00:00
next.config.js Update major dependencies (#408) 2023-01-20 10:43:48 +00:00
package.json Update major dependencies (#408) 2023-01-20 10:43:48 +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 2023-01-12 20:56:20 +00: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 Fix scrolling behavior in safari (#383) 2023-01-09 11:34:49 +00:00
tailwind.config.js Clean up styles 2022-06-06 13:07:49 +01:00
tsconfig.json Update major dependencies (#408) 2023-01-20 10:43:48 +00:00
yarn.lock Bump luxon from 2.5.0 to 2.5.2 (#412) 2023-01-20 13:41:58 +00:00

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://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