mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-08 11:54:00 +02:00
Add Matomo options.
This commit is contained in:
parent
59fc1c2635
commit
879f74a9b2
2 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# v0.18 2018-08-01
|
||||
|
||||
* Enable API by default, so that Export Board works.
|
||||
* Add Matomo options.
|
||||
|
||||
Thanks to GitHub user xet7 for contributions.
|
||||
|
||||
|
|
|
@ -120,6 +120,16 @@ services:
|
|||
# If you disable Wekan API, Export Board does not work.
|
||||
- WITH_API='true'
|
||||
#---------------------------------------------------------------
|
||||
## Optional: Integration with Matomo https://matomo.org that is installed to your server
|
||||
## The address of the server where Matomo is hosted:
|
||||
# - MATOMO_ADDRESS='https://example.com/matomo'
|
||||
## The value of the site ID given in Matomo server for Wekan
|
||||
# - MATOMO_SITE_ID='123456789'
|
||||
## The option do not track which enables users to not be tracked by matomo"
|
||||
# - MATOMO_DO_NOT_TRACK='false'
|
||||
## The option that allows matomo to retrieve the username:
|
||||
# - MATOMO_WITH_USERNAME='true'
|
||||
#---------------------------------------------------------------
|
||||
depends_on:
|
||||
- wekandb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue