1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
rocketchat_ynh/README.md

66 lines
2.5 KiB
Markdown
Raw Normal View History

2021-06-30 17:02:02 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# RocketChat for YunoHost
2017-07-18 13:36:14 +02:00
2022-05-26 23:15:27 +02:00
[![Integration level](https://dash.yunohost.org/integration/rocketchat.svg)](https://dash.yunohost.org/appci/app/rocketchat) ![Working status](https://ci-apps.yunohost.org/ci/badges/rocketchat.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/rocketchat.maintain.svg)
2021-06-30 17:02:02 +02:00
[![Install RocketChat with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rocketchat)
2017-07-18 13:36:14 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-06-30 17:02:02 +02:00
> *This package allows you to install RocketChat quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2017-07-18 13:36:14 +02:00
## Overview
2021-11-18 13:45:24 +01:00
Rocket.Chat is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection.
2022-06-10 10:05:12 +02:00
**Shipped version:** 4.8.1~ynh1
2021-06-30 17:02:02 +02:00
**Demo:** https://cloud.rocket.chat/trial
2021-06-30 17:02:02 +02:00
## Screenshots
2019-02-10 22:26:14 +01:00
2022-05-26 23:15:27 +02:00
![Screenshot of RocketChat](./doc/screenshots/screenshot.jpg)
2022-01-08 09:57:46 +01:00
## Disclaimers / important information
2022-01-21 21:29:09 +01:00
### E-mail Configuration
To enable E-mail for address verification, go to Rocketchat Administration panel under E-mail -> SMTP and set as follow:
- Protocole: smtp
- Host: localhost
- Port: 25
- From -mail: rocketchat@domain.tld
2022-01-08 09:57:46 +01:00
### Configure and activate federation for Rocketchat
https://support.indie.host/help/fr-fr/13/40
2022-01-21 21:29:09 +01:00
2021-06-30 17:02:02 +02:00
## Documentation and resources
2022-05-26 23:15:27 +02:00
* Official app website: <https://rocket.chat/>
* Official user documentation: <https://docs.rocket.chat/guides/user-guides>
* Official admin documentation: <https://docs.rocket.chat/>
* Upstream app code repository: <https://github.com/RocketChat/Rocket.Chat>
* YunoHost documentation for this app: <https://yunohost.org/app_rocketchat>
* Report a bug: <https://github.com/YunoHost-Apps/rocketchat_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing).
To try the testing branch, please proceed like that.
2022-05-26 23:15:27 +02:00
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
or
sudo yunohost app upgrade rocketchat -u https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
```
2021-06-30 17:02:02 +02:00
2022-05-26 23:15:27 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>