mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
63 lines
3 KiB
Markdown
63 lines
3 KiB
Markdown
|
<!--
|
|||
|
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|||
|
Он НЕ ДОЛЖЕН редактироваться вручную.
|
|||
|
-->
|
|||
|
|
|||
|
# Umami для YunoHost
|
|||
|
|
|||
|
[![Уровень интеграции](https://dash.yunohost.org/integration/umami.svg)](https://ci-apps.yunohost.org/ci/apps/umami/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/umami.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/umami.maintain.svg)
|
|||
|
|
|||
|
[![Установите Umami с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=umami)
|
|||
|
|
|||
|
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
|||
|
|
|||
|
> *Этот пакет позволяет Вам установить Umami быстро и просто на YunoHost-сервер.*
|
|||
|
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
|||
|
|
|||
|
## Обзор
|
|||
|
|
|||
|
Umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendlier, privacy-focused alternative to Google Analytics and a free, open-sourced alternative to paid solutions. Umami collects only the metrics you care about and everything fits on a single page.
|
|||
|
|
|||
|
### Features
|
|||
|
|
|||
|
- Simple analytics
|
|||
|
- Unlimited websites
|
|||
|
- Bypass ad-blockers
|
|||
|
- Light-weight
|
|||
|
- Multiple accounts
|
|||
|
- Share data
|
|||
|
- Mobile-friendly
|
|||
|
- Data ownership
|
|||
|
- Privacy-focused
|
|||
|
|
|||
|
|
|||
|
**Поставляемая версия:** 2.13.0~ynh1
|
|||
|
|
|||
|
**Демо-версия:** <https://app.umami.is/share/8rmHaheU/umami.is>
|
|||
|
|
|||
|
## Снимки экрана
|
|||
|
|
|||
|
![Снимок экрана Umami](./doc/screenshots/dark.png)
|
|||
|
|
|||
|
## Документация и ресурсы
|
|||
|
|
|||
|
- Официальный веб-сайт приложения: <https://umami.is/>
|
|||
|
- Официальная документация администратора: <https://umami.is/docs/about>
|
|||
|
- Репозиторий кода главной ветки приложения: <https://github.com/mikecao/umami>
|
|||
|
- Магазин YunoHost: <https://apps.yunohost.org/app/umami>
|
|||
|
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/umami_ynh/issues>
|
|||
|
|
|||
|
## Информация для разработчиков
|
|||
|
|
|||
|
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/umami_ynh/tree/testing).
|
|||
|
|
|||
|
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
|||
|
|
|||
|
```bash
|
|||
|
sudo yunohost app install https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug
|
|||
|
или
|
|||
|
sudo yunohost app upgrade umami -u https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug
|
|||
|
```
|
|||
|
|
|||
|
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|