1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00
gotosocial_ynh/README_ru.md
OniriCorpe e28b68762e
add settings for Prometheus metrics (#156)
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2024-08-26 02:23:42 +02:00

62 lines
3.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# GoToSocial для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/gotosocial.svg)](https://ci-apps.yunohost.org/ci/apps/gotosocial/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg)
[![Установите GoToSocial с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить GoToSocial быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
GoToSocial is a fast [ActivityPub](https://activitypub.rocks/) social network server, written in Golang.
With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!
The official documentation is at [docs.gotosocial.org](https://docs.gotosocial.org).
Admins are **strongly encouraged to read the documentation** of this package after installing it. It is available in the webadmin under Applications > gotosocial (at the bottom) or [here on the package's repository](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/doc/ADMIN.md)!
Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation.
**Поставляемая версия:** 0.16.0~ynh2
## Снимки экрана
![Снимок экрана GoToSocial](./doc/screenshots/screenshot.png)
## :red_circle: Анти-функции
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
- **Not totally free package**: The YunoHost package of this app is under an overall free license, but with clauses that may restrict its use.
## Документация и ресурсы
- Официальный веб-сайт приложения: <https://gotosocial.org/>
- Официальная документация пользователя: <https://docs.gotosocial.org/en/latest/>
- Официальная документация администратора: <https://docs.gotosocial.org/en/latest/>
- Репозиторий кода главной ветки приложения: <https://github.com/superseriousbusiness/gotosocial>
- Магазин YunoHost: <https://apps.yunohost.org/app/gotosocial>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
или
sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>