mirror of
https://github.com/wekan/wekan.git
synced 2026-03-14 01:16:13 +01:00
Added METRICS_ALLOWED_IP_ADDRESSES settings to Docker/Snap/Source https://github.com/wekan/wekan/wiki/Metrics .
Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/4700
This commit is contained in:
parent
7f6e12c0a0
commit
34862810df
7 changed files with 47 additions and 1 deletions
|
|
@ -112,6 +112,10 @@ REM # The address of the server where Matomo is hosted.
|
|||
REM # example: - MATOMO_ADDRESS=https://example.com/matomo
|
||||
REM SET MATOMO_ADDRESS=
|
||||
|
||||
REM # ==== METRICS ALLOWED IP ADDRESSES ====
|
||||
REM # https://github.com/wekan/wekan/wiki/Metrics
|
||||
REM SET METRICS_ALLOWED_IP_ADDRESSES=192.168.0.100,192.168.0.200
|
||||
|
||||
REM # The value of the site ID given in Matomo server for Wekan
|
||||
REM # example: - MATOMO_SITE_ID=12345
|
||||
REM SET MATOMO_SITE_ID=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue