services/matomo/README.md

23 lines
562 B
Markdown
Raw Normal View History

2022-02-15 00:02:42 +01:00
# 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/