Rallly alternatives and similar software solutions
Based on the "Mumble" category.
Alternatively, view Rallly alternatives based on common mentions on social networks and blogs.
-
RetroShare
RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform. -
Mumblecop
Stream audio from youtube and soundcloud, simulate dice rolls, or write your own commands with a simple plugin format.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Rallly or a related project?
README
[hero](./docs/images/hero-image.png)
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](#%EF%B8%8F-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](#%EF%B8%8F-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](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.
*Note that all licence references and agreements mentioned in the Rallly README section above
are relevant to that project's source code only.