mirror of
https://github.com/YunoHost-Apps/fluffychat_ynh.git
synced 2024-09-03 18:36:04 +02:00
51 lines
2.9 KiB
Markdown
51 lines
2.9 KiB
Markdown
<!--
|
||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||
-->
|
||
|
||
# Fluffychat для YunoHost
|
||
|
||
[![Уровень интеграции](https://dash.yunohost.org/integration/fluffychat.svg)](https://ci-apps.yunohost.org/ci/apps/fluffychat/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/fluffychat.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/fluffychat.maintain.svg)
|
||
|
||
[![Установите Fluffychat с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluffychat)
|
||
|
||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||
|
||
> *Этот пакет позволяет Вам установить Fluffychat быстро и просто на YunoHost-сервер.*
|
||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||
|
||
## Обзор
|
||
|
||
FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] client written in [Flutter](https://flutter.dev).
|
||
The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
||
|
||
|
||
**Поставляемая версия:** 1.22.0~ynh1
|
||
|
||
**Демо-версия:** <https://fluffychat.im/web>
|
||
|
||
## Снимки экрана
|
||
|
||
![Снимок экрана Fluffychat](./doc/screenshots/screenshot.png)
|
||
|
||
## Документация и ресурсы
|
||
|
||
- Официальный веб-сайт приложения: <https://fluffychat.im/>
|
||
- Официальная документация пользователя: <https://github.com/krille-chan/fluffychat/wiki#-user-guides>
|
||
- Репозиторий кода главной ветки приложения: <https://github.com/krille-chan/fluffychat>
|
||
- Магазин YunoHost: <https://apps.yunohost.org/app/fluffychat>
|
||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/fluffychat_ynh/issues>
|
||
|
||
## Информация для разработчиков
|
||
|
||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing).
|
||
|
||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||
|
||
```bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug
|
||
или
|
||
sudo yunohost app upgrade fluffychat -u https://github.com/YunoHost-Apps/fluffychat_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|