Add cleaninishgts script and config file
This commit is contained in:
parent
bf6ed83fd6
commit
7ea092737a
6 changed files with 386 additions and 3 deletions
22
roles/podman_cleaninsights/templates/cleaninsights.ini.j2
Normal file
22
roles/podman_cleaninsights/templates/cleaninsights.ini.j2
Normal file
|
@ -0,0 +1,22 @@
|
|||
; A Matomo token for authentication to enable retrograde setting of timestamps.
|
||||
; Needs to be set for CIMP to work. See https://matomo.org/faq/general/faq_114/
|
||||
token_auth = '{{ podman_cleaninsights_matomo_token }}'
|
||||
|
||||
; Allowed CORS scheme/domain/port tuples. Defaults to none allowed.
|
||||
; cors[] = 'https://example.com:3000'
|
||||
|
||||
; The base URL of your Matomo instance. Only needs to be set if CIMP is
|
||||
; not installed inside the Matomo directory.ca
|
||||
matomo_base_url = 'http://nginx'
|
||||
|
||||
; Number of created tracking requests to send to Matomo at once.
|
||||
chunk_size = 1000
|
||||
|
||||
; Number of seconds to wait before retry, if Matomo responded with an error.
|
||||
delay_after_failure = 2
|
||||
|
||||
; Number of maximum retries on error.
|
||||
max_attempts = 3
|
||||
|
||||
; Set to true to have a debug output in 'ciapi.log' in the same directory.
|
||||
debug = true
|
Loading…
Add table
Add a link
Reference in a new issue