add influxdb and stat of page view

This commit is contained in:
Simon Vieille 2023-09-22 22:06:56 +02:00
parent f4169d20e9
commit 5612ea2acd
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 9 additions and 1 deletions

5
.env
View file

@ -35,3 +35,8 @@ MAILER_SENDER=example@localhost
ASSET_BASE_URL=null
UMAMI_URL=null
INFLUXDB_URL=
INFLUXDB_TOKEN=
INFLUXDB_BUCKET=
INFLUXDB_ORG=
INFLUXDB_DEBUG=1

View file

@ -8,6 +8,8 @@
"beberlei/doctrineextensions": "^1.3",
"friendsofsymfony/jsrouting-bundle": "^2.7",
"gregwar/captcha-bundle": "^2.2",
"guzzlehttp/guzzle": "^7.8",
"influxdata/influxdb-client-php": "^3.4",
"knplabs/knp-markdown-bundle": "^1.9",
"knplabs/knp-menu-bundle": "^3.1",
"murph/murph-core": "dev-master",
@ -31,7 +33,8 @@
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true
"symfony/runtime": true,
"php-http/discovery": true
}
},
"autoload": {