Open JorisLA opened 7 years ago
There is actually a problem with the nginx config. The is an nginx config that is configured for the use with taiga-events this is however not loaded. I fixed this in my fork of the project: Commit
Appart from that you can just use the given docker-compose file or the description in the README. My fix is however not compatible with the way SSL support is enabled, so if you want taiga to handle ssl and to work with events you have to write an nginx config yourself and insert it in the container.
Thank you @JanoschDeurer; I will pull that fix into this repo and test the taiga-events more thoroughly. I never got around to using it in my production instance of Taiga so I guess I left it a bit unfinished.
I noticed that there isn't a way to set the secret on the taiga-events container. The secret on taiga-events needs to be the same as the secret in the main taiga container. That should be easy to do though.
Hi !
What is the best way to make it work the taiga-event with this docker-taiga ?
Regards,