32 lines
995 B
Markdown
32 lines
995 B
Markdown
# zulip
|
|
|
|
> full-featured chat application for teams with threads, file sharing, voice chat, and more with integrations.
|
|
|
|
<!-- metadata -->
|
|
|
|
* **Category**: Apps
|
|
* **Status**: wip
|
|
* **Image**: [`zulip`](https://hub.docker.com/r/zulip), 4, upstream
|
|
* **Healthcheck**:
|
|
* **Backups**:
|
|
* **Email**:
|
|
* **Tests**:
|
|
* **SSO**:
|
|
|
|
<!-- endmetadata -->
|
|
|
|
## Quick start
|
|
|
|
* `abra app new zulip`
|
|
* `abra app secret insert <app-domain> smtp_password v1 <smtp-password>` (A working SMTP server is required for setup)
|
|
* `abra app secret g -a <app-domain>`
|
|
* `abra app config <app-name>`
|
|
* Populate SMTP settings by editing env variables that start with `SETTING_EMAIL`.
|
|
* Add a valid email to `SETTING_ZULIP_ADMINISTRATOR`, this email will get error and support emails.
|
|
* `abra app deploy <app-name>`
|
|
> Zulip may takea while to actually become available after abra deems it to have started, please be patient
|
|
|
|
|
|
|
|
For more, reed [`zulip's documentation`](https://zulip.readthedocs.io/en/latest/index.html).
|