2022-06-15 16:26:48 +02:00
<!--
2024-02-29 21:09:49 +01: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 for YunoHost
2022-06-15 16:26:48 +02:00
2023-01-26 08:37:53 +01:00
[![Integration level ](https://dash.yunohost.org/integration/umami.svg )](https://dash.yunohost.org/appci/app/umami) ![Working status ](https://ci-apps.yunohost.org/ci/badges/umami.status.svg ) ![Maintenance status ](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
[![Install Umami with 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
*[Lire ce readme en français.](./README_fr.md)*
2022-06-15 16:26:53 +02:00
> *This package allows you to install Umami quickly and simply on a YunoHost server.
2022-06-15 16:26:48 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
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-02-29 21:09:49 +01:00
**Shipped version:** 2.10.0~ynh1
2022-08-10 07:35:15 +02:00
2022-06-15 16:26:53 +02:00
**Demo:** https://app.umami.is/share/8rmHaheU/umami.is
2022-06-15 16:26:48 +02:00
## Screenshots
2023-01-28 22:57:06 +01:00
![Screenshot of Umami ](./doc/screenshots/dark.png )
2022-06-15 16:26:48 +02:00
## Documentation and resources
2022-06-15 16:26:53 +02:00
* Official app website: < https: // umami . is />
* Official admin documentation: < https: // umami . is / docs / about >
* Upstream app code repository: < 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
* Report a bug: < https: // github . com / YunoHost-Apps / umami_ynh / issues >
2022-06-15 16:26:48 +02:00
## Developer info
2022-06-15 16:26:53 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/umami_ynh/tree/testing ).
2022-06-15 16:26:48 +02:00
To try the testing branch, please proceed like that.
``` 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
or
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-02-29 21:09:49 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >