Self-hostable doodle poll alternative.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Moritz bd95492d79
fix: set postgres password from secret for app container
4 weeks ago
.drone.yml init 1 month ago
.env.sample working rallly recipe 1 month ago
.gitignore init 1 month ago
README.md Update 'README.md' 1 month ago
abra.sh chore: publish 0.2.0+2.2.3 release 4 weeks ago
compose.yml fix: set postgres password from secret for app container 4 weeks ago
entrypoint.sh.tmpl fix: set postgres password from secret for app container 4 weeks ago

README.md

rallly

Rally is a tool to schedule group meetings. Create meeting polls to find the best date and time to organize an event based on participants' availability. Save time and avoid back-and-forth emails.

  • Category: Apps
  • Status: 3, alpha
  • Image: rallly, 4, upstream
  • Healthcheck: Yes
  • Backups: No
  • Email: 3
  • Tests: 3
  • SSO: N/A

Quick start

  • abra app new rallly
  • abra app config <app-name>
  • abra app secret insert <app-name> smtp_pwd v1 <SMTP_PASSWORD>
  • abra app secret generate -a <app-name>
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech and lukevella/rallly-selfhosted.