Add telemetry to Taiga

This commit is contained in:
Yamila Moreno 2020-12-09 21:04:08 +01:00 committed by David Barragán Merino
parent a6c56b6d6e
commit 1ae321e530
2 changed files with 18 additions and 7 deletions

View File

@ -45,9 +45,17 @@ Is the secret key of Taiga. Should be the same as this var in `taiga-events` and
Should have the url where this is served: https[://]taiga.mycompany.com
#### Telemetry Settings
Telemetry anonymous data is collected in order to learn about the use of Taiga and improve the platform based on real scenarios.
##### `ENABLE_TELEMETRY`
You can opt out by setting this variable to "False". By default is "True".
#### Email Settings
By default, email is configured with the *console* backend, which means that the emails will be shown in the stdout.<br>
By default, email is configured with the *console* backend, which means that the emails will be shown in the stdout.
##### `ENABLE_EMAIL`
@ -96,7 +104,6 @@ Is the secret erlang cookie.
This vars will be used to connect to rabbitmq.
### taiga-front
##### `TAIGA_URL`

View File

@ -20,6 +20,8 @@ x-environment:
# EMAIL_PORT: 587
# EMAIL_HOST_USER: "user"
# EMAIL_HOST_PASSWORD: "password"
# Telemetry settings
ENABLE_TELEMETRY: "True"
# Rabbitmq settings
# should be the same as in taiga-async-rabbitmq and taiga-events-rabbitmq
RABBITMQ_USER: taiga
@ -54,6 +56,8 @@ services:
- taiga-db-data:/var/lib/postgresql/data
networks:
- taiga
ports:
- "5432:5432"
taiga-back:
image: taigaio/taiga-back:alpha