Self-hostable doodle poll alternative.
Go to file
Simon e794bc21fd
continuous-integration/drone/push Build is passing Details
chore: publish 0.5.3+3.5.1 release
2024-03-28 12:26:03 +01:00
release chore: publish 0.5.0+3.5.1 release 2024-02-01 14:16:59 +01:00
.drone.yml More drone fixing 🤖🔧 2024-02-05 13:08:05 -03:00
.env.sample upgrade to v3.5 and add OIDC 2024-01-15 16:52:40 +01:00
.gitignore init 2023-02-28 16:29:15 +01:00
README.md Update 'README.md' 2023-02-28 20:03:56 +00:00
abra.sh chore: publish 0.5.3+3.5.1 release 2024-03-28 12:26:03 +01:00
compose.oidc.yml upgrade to v3.5 and add OIDC 2024-01-15 16:52:40 +01:00
compose.yml chore: publish 0.5.3+3.5.1 release 2024-03-28 12:26:03 +01:00
entrypoint.sh.tmpl upgrade to v3.5 and add OIDC 2024-01-15 16:52:40 +01:00

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.