rallly/README.md

28 lines
866 B
Markdown
Raw Normal View History

2023-02-28 15:29:15 +00:00
# rallly
2023-02-28 20:03:56 +00:00
> [Rally](https://github.com/lukevella/rallly) 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.
2023-02-28 15:29:15 +00:00
<!-- metadata -->
* **Category**: Apps
2023-02-28 18:53:30 +00:00
* **Status**: 3, alpha
* **Image**: [`rallly`](https://hub.docker.com/r/lukevella/rallly), 4, upstream
* **Healthcheck**: Yes
2023-02-28 15:29:15 +00:00
* **Backups**: No
2023-02-28 18:53:30 +00:00
* **Email**: 3
* **Tests**: 3
* **SSO**: N/A
2023-02-28 15:29:15 +00:00
<!-- endmetadata -->
## Quick start
2023-02-28 18:53:30 +00:00
* `abra app new rallly`
2023-02-28 15:29:15 +00:00
* `abra app config <app-name>`
2023-02-28 18:53:30 +00:00
* `abra app secret insert <app-name> smtp_pwd v1 <SMTP_PASSWORD>`
* `abra app secret generate -a <app-name>`
2023-02-28 15:29:15 +00:00
* `abra app deploy <app-name>`
2023-02-28 18:53:30 +00:00
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech) and [`lukevella/rallly-selfhosted`](https://github.com/lukevella/rallly-selfhosted).