23 lines
562 B
Markdown
23 lines
562 B
Markdown
|
# Matomo
|
||
|
|
||
|
> Matomo, anciennement Piwik, est un logiciel libre et open source de mesure de statistiques web, conçu pour être une alternative libre à Google Analytics.
|
||
|
>
|
||
|
> <cite>[Wikipédia][wikipedia]</cite>
|
||
|
|
||
|
## Commande
|
||
|
|
||
|
```
|
||
|
docker compose exec --user www-data matomo-fpm php console
|
||
|
```
|
||
|
|
||
|
## Liens
|
||
|
|
||
|
- [Site Officiel][site]
|
||
|
- [Code source][source]
|
||
|
- [Docker Hub][dockerhub]
|
||
|
|
||
|
[wikipedia]: https://fr.wikipedia.org/wiki/Matomo_(logiciel)
|
||
|
[site]: https://fr.matomo.org/
|
||
|
[source]: https://github.com/matomo-org/matomo
|
||
|
[dockerhub]: https://hub.docker.com/_/matomo/
|