mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Auto-update READMEs
This commit is contained in:
parent
11323d5aae
commit
51bbf09c22
2 changed files with 63 additions and 0 deletions
|
@ -6,4 +6,5 @@
|
|||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [Прочитать README на русский](README_ru.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
62
README_ru.md
Normal file
62
README_ru.md
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!--
|
||||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||
-->
|
||||
|
||||
# Rocket.Chat для YunoHost
|
||||
|
||||
[![Уровень интеграции](https://dash.yunohost.org/integration/rocketchat.svg)](https://ci-apps.yunohost.org/ci/apps/rocketchat/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/rocketchat.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/rocketchat.maintain.svg)
|
||||
|
||||
[![Установите Rocket.Chat с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rocketchat)
|
||||
|
||||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||
|
||||
> *Этот пакет позволяет Вам установить Rocket.Chat быстро и просто на YunoHost-сервер.*
|
||||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||
|
||||
## Обзор
|
||||
|
||||
Rocket.Chat is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection.
|
||||
|
||||
### 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)
|
||||
|
||||
**Поставляемая версия:** 6.11.0~ynh1
|
||||
|
||||
**Демо-версия:** <https://cloud.rocket.chat/trial>
|
||||
|
||||
## Снимки экрана
|
||||
|
||||
![Снимок экрана Rocket.Chat](./doc/screenshots/screenshot.jpg)
|
||||
|
||||
## :red_circle: Анти-функции
|
||||
|
||||
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
|
||||
|
||||
## Документация и ресурсы
|
||||
|
||||
- Официальный веб-сайт приложения: <https://rocket.chat/>
|
||||
- Официальная документация пользователя: <https://docs.rocket.chat/guides/user-guides>
|
||||
- Официальная документация администратора: <https://docs.rocket.chat/>
|
||||
- Репозиторий кода главной ветки приложения: <https://github.com/RocketChat/Rocket.Chat>
|
||||
- Магазин YunoHost: <https://apps.yunohost.org/app/rocketchat>
|
||||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/rocketchat_ynh/issues>
|
||||
|
||||
## Информация для разработчиков
|
||||
|
||||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing).
|
||||
|
||||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
|
||||
или
|
||||
sudo yunohost app upgrade rocketchat -u https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue