2022-06-15 16:26:48 +02:00
<!--
2024-04-05 03:47: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 for YunoHost
2022-06-15 16:26:48 +02:00
2024-06-26 03:50:06 +02:00
[![Integration level ](https://dash.yunohost.org/integration/umami.svg )](https://ci-apps.yunohost.org/ci/apps/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
2024-04-05 03:47:48 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-06-15 16:26:48 +02:00
2024-04-05 03:47:48 +02:00
> *This package allows you to install Umami quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2022-06-15 16:26:48 +02:00
## 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-04-05 03:47:48 +02:00
2024-08-25 03:49:59 +02:00
**Shipped version:** 2.13.1~ynh1
2022-08-10 07:35:15 +02:00
2024-03-08 09:25:09 +01: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
2024-03-07 21:44:32 +01:00
- Official app website: < https: // umami . is />
- Official admin documentation: < https: // umami . is / docs / about >
- Upstream app code repository: < https: // github . com / mikecao / umami >
- YunoHost Store: < https: // apps . yunohost . org / app / umami >
- Report a bug: < https: // github . com / YunoHost-Apps / umami_ynh / issues >
2022-06-15 16:26:48 +02:00
## Developer info
2024-04-05 03:47:48 +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
2024-04-05 03:47:48 +02:00
To try the `testing` branch, please proceed like that:
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
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-03-07 21:44:32 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >