Added umami analitycs support (#938)
* feat: added umami analityc support * chore: added support to on-premise deployment of umami service * chore: renamed 'proto' to 'scheme' on umami integration
This commit is contained in:
parent
a959cb174d
commit
f3dacf112c
3 changed files with 57 additions and 45 deletions
|
@ -174,6 +174,11 @@ params:
|
|||
# matomo:
|
||||
# instance: matomo.example.com
|
||||
# siteId: 1 # Or any other number
|
||||
# # Umami
|
||||
# umami:
|
||||
# scheme: https
|
||||
# instance: umami.example.com
|
||||
# id: <your umami site id>
|
||||
|
||||
# Enable Support
|
||||
support:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue