1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00
umami_ynh/README_fr.md

62 lines
2.4 KiB
Markdown
Raw Normal View History

2022-06-15 16:26:48 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-06-15 16:26:48 +02:00
It shall NOT be edited by hand.
-->
2022-06-15 16:26:53 +02:00
# Umami pour YunoHost
2022-06-15 16:26:48 +02:00
2023-01-26 08:37:53 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/umami.svg)](https://dash.yunohost.org/appci/app/umami) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/umami.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/umami.maintain.svg)
2023-02-16 20:55:19 +01:00
2022-06-15 16:26:53 +02:00
[![Installer Umami avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=umami)
2022-06-15 16:26:48 +02:00
*[Read this readme in english.](./README.md)*
2023-01-26 08:37:53 +01:00
> *Ce package vous permet dinstaller Umami rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-06-15 16:26:48 +02:00
2023-01-26 08:37:53 +01:00
## Vue densemble
2022-06-15 16:26:48 +02:00
2022-06-15 16:26:53 +02:00
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.
2022-06-15 16:26:48 +02:00
### Features
2022-06-15 16:26:53 +02:00
- Simple analytics
- Unlimited websites
- Bypass ad-blockers
- Light-weight
- Multiple accounts
- Share data
- Mobile-friendly
- Data ownership
- Privacy-focused
2022-06-15 16:26:48 +02:00
**Version incluse :** 2.10.0~ynh1
2022-06-15 16:26:48 +02:00
2022-06-15 16:26:53 +02:00
**Démo :** https://app.umami.is/share/8rmHaheU/umami.is
2022-06-15 16:26:48 +02:00
2023-01-26 08:37:53 +01:00
## Captures décran
2022-06-15 16:26:48 +02:00
2023-01-28 22:57:06 +01:00
![Capture décran de Umami](./doc/screenshots/dark.png)
2022-06-15 16:26:48 +02:00
## Documentations et ressources
2023-01-26 08:37:53 +01:00
* Site officiel de lapp : <https://umami.is/>
* Documentation officielle de ladmin : <https://umami.is/docs/about>
* Dépôt de code officiel de lapp : <https://github.com/mikecao/umami>
2023-11-03 00:01:28 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/umami>
2022-06-15 16:26:53 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/umami_ynh/issues>
2022-06-15 16:26:48 +02:00
## Informations pour les développeurs
2022-06-15 16:26:53 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/umami_ynh/tree/testing).
2022-06-15 16:26:48 +02:00
Pour essayer la branche testing, procédez comme suit.
``` bash
2022-06-15 16:26:53 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug
2022-06-15 16:26:48 +02:00
ou
2022-06-15 16:26:53 +02:00
sudo yunohost app upgrade umami -u https://github.com/YunoHost-Apps/umami_ynh/tree/testing --debug
2022-06-15 16:26:48 +02:00
```
2023-01-26 08:37:53 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>