As you can see, contribPlugins
is empty so the Slack plugin is not enabled. How do you setup the plugin? As you can see in 30min setup, in docker-compose.yml
:
Slack integration
Enable Slack integration in your Taiga instance. This feature is disabled by default.
Note
Be careful with the upper and lower case in these settiings. We will use ‘True’ for > the backend and ‘true’ for the frontend (this is not a typo, otherwise it won’t work).Add to
&default-back-environment
environmentsENABLE_SLACK: "True"
Add to
taiga-front
service environmentsENABLE_SLACK: "true"
Then restart the docker-compose and then the new changes will take effect.
I hope this can help