2021-06-30 17:02:02 +02:00
<!--
2024-04-04 15:43:44 +02:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-06-30 17:02:02 +02:00
It shall NOT be edited by hand.
-->
2022-06-28 10:03:50 +02:00
# Rocket.Chat for YunoHost
2017-07-18 13:36:14 +02:00
2024-06-28 08:54:56 +02:00
[![Integration level ](https://dash.yunohost.org/integration/rocketchat.svg )](https://ci-apps.yunohost.org/ci/apps/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 )
2023-02-14 09:03:44 +01:00
2022-06-28 10:03:50 +02:00
[![Install Rocket.Chat 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
2024-04-04 15:43:44 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2017-08-17 23:05:02 +02:00
2024-04-04 15:43:44 +02:00
> *This package allows you to install Rocket.Chat 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
2021-06-30 17:01:55 +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-28 10:03:50 +02:00
### Features
- End to End Encryption
- Multifactor Authentication
- Customizable User Permission
- Mobile Apps for [iOS ](https://apps.apple.com/app/rocket-chat/id1148741252 ) and [Android ](https://play.google.com/store/apps/details?id=chat.rocket.android )
- Desktop Apps for [macOS ](https://apps.apple.com/br/app/rocket-chat/id1086818840 ), [Linux ](https://snapcraft.io/rocketchat-desktop ) and [Windows ](https://releases.rocket.chat/desktop/latest/download )
2021-06-30 17:01:55 +02:00
2024-08-29 14:43:46 +02:00
**Shipped version:** 6.11.1~ynh1
2021-06-30 17:01:55 +02:00
2024-04-04 15:43:44 +02:00
**Demo:** < https: / / cloud . rocket . chat / trial >
2021-06-30 17:01:55 +02:00
2021-06-30 17:02:02 +02:00
## Screenshots
2019-02-10 22:26:14 +01:00
2022-06-28 10:03:50 +02:00
![Screenshot of Rocket.Chat ](./doc/screenshots/screenshot.jpg )
2017-08-17 23:05:02 +02:00
2023-03-23 08:13:33 +01:00
## :red_circle: Antifeatures
2024-05-09 10:04:45 +02:00
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
2023-03-23 08:13:33 +01:00
2021-06-30 17:02:02 +02:00
## Documentation and resources
2021-06-30 17:01:55 +02:00
2024-04-04 15:43:44 +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 Store: < https: // apps . yunohost . org / app / rocketchat >
- Report a bug: < https: // github . com / YunoHost-Apps / rocketchat_ynh / issues >
2021-06-30 17:01:55 +02:00
## Developer info
2024-04-04 15:43:44 +02:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing ).
2021-06-30 17:01:55 +02:00
2024-04-04 15:43:44 +02:00
To try the `testing` branch, please proceed like that:
2022-05-26 23:15:27 +02:00
2024-04-04 15:43:44 +02:00
```bash
2021-06-30 17:01:55 +02:00
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 >