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

63 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2022-06-15 16:26:48 +02:00
<!--
2024-04-05 03:47:48 +02:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-06-15 16:26:48 +02:00
-->
2022-06-15 16:26:53 +02:00
# Umami pour YunoHost
2022-06-15 16:26:48 +02:00
2024-06-26 03:50:06 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/umami.svg)](https://ci-apps.yunohost.org/ci/apps/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
2024-04-05 03:47:48 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-06-15 16:26:48 +02:00
2024-04-05 03:47:48 +02:00
> *Ce package vous permet dinstaller Umami rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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
2024-08-25 03:49:59 +02:00
**Version incluse:** 2.13.1~ynh1
2024-04-05 03:47:48 +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
2024-04-05 03:47:48 +02: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>
- YunoHost Store: <https://apps.yunohost.org/app/umami>
- Signaler un bug: <https://github.com/YunoHost-Apps/umami_ynh/issues>
2022-06-15 16:26:48 +02:00
## Informations pour les développeurs
2024-04-05 03:47:48 +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
2024-04-05 03:47:48 +02:00
Pour essayer la branche `testing`, procédez comme suit:
2022-06-15 16:26:48 +02:00
2024-03-20 01:08:33 +01:00
```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
```
2024-04-05 03:47:48 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>