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.md

70 lines
2.5 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
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
2022-06-15 16:26:53 +02: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)
[![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
- Open-source
2022-06-15 16:26:48 +02:00
2022-06-27 15:24:38 +02:00
**Shipped version:** 1.33~ynh2
2022-06-15 16:26:48 +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
2022-06-27 11:41:48 +02:00
![Screenshot of Umami](./doc/screenshots/dark.gif)
2022-06-15 16:26:48 +02:00
2022-06-15 16:44:27 +02:00
## Disclaimers / important information
### Login
Your Umami installation will create a default administrator account with the username `admin` and the password `umami`.
The first thing you will want to do is log in and change your password.
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>
* YunoHost documentation for this app: <https://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
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
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>