1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
matomo_ynh/README.md
eric_G 6d4032a671
Upgrade to v5.1.1 (#123) (#124)
* Upgrade sources
- `main` v5.1.1: https://github.com/matomo-org/matomo/releases/tag/5.1.1

* Auto-update READMEs

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
2024-08-16 12:45:11 +02:00

52 lines
2.2 KiB
Markdown

<!--
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.
-->
# Matomo for YunoHost
[![Integration level](https://dash.yunohost.org/integration/matomo.svg)](https://ci-apps.yunohost.org/ci/apps/matomo/) ![Working status](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg)
[![Install Matomo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matomo)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Matomo 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.*
## Overview
Matomo is the leading Free/Libre open analytics platform. At the end of the five-minute installation process, you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track and access your analytics reports in real-time.
Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in!
**Shipped version:** 5.1.1~ynh1
**Demo:** <https://demo.matomo.org>
## Screenshots
![Screenshot of Matomo](./doc/screenshots/screenshot.png)
## Documentation and resources
- Official app website: <https://matomo.org>
- Official admin documentation: <https://matomo.org/docs>
- Upstream app code repository: <https://github.com/matomo-org/matomo>
- YunoHost Store: <https://apps.yunohost.org/app/matomo>
- Report a bug: <https://github.com/YunoHost-Apps/matomo_ynh/issues>
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/matomo_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
or
sudo yunohost app upgrade matomo -u https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>