0
0
Fork 0
Self-hostable doodle poll alternative.
Go to file
Moritz 9ca0c76307 chore: publish 0.4.1+2.11.1 release 2023-10-19 23:44:06 +02:00
.drone.yml init 2023-02-28 16:29:15 +01:00
.env.sample add auto update and timeout env 2023-04-18 18:24:17 +02: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.2.0+2.2.3 release 2023-03-07 15:48:27 +01:00
compose.yml chore: publish 0.4.1+2.11.1 release 2023-10-19 23:44:06 +02:00
entrypoint.sh.tmpl fix: set postgres password from secret for app container 2023-03-07 16:08:02 +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.