taiga-docker
taiga-docker copied to clipboard
Deployment utilities for Taiga
I tried to run docker-compose on mac, during the process of running I get the following error: Note: I found that docker created a folder called `taiga.conf` instead of a...
**Is your feature request related to a problem? Please describe.** Not a problem related **Describe the solution you'd like** It will be great to see an option for LDAP support...
This belongs to taiga-back scusi... **Describe the bug** When I move user stories on the Kanban board, I'd expect the webhook to be fired, as this is a change in...
**Is your feature request related to a problem? Please describe.** I'd like to deploy taiga easily on kubernetes. **Describe the solution you'd like** Ideally there's an "official" helm chart from...
Docker now supports ARM architecture. It would be great if the taiga docker images are available as multi architecture images, as described for example here: https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/ I tried myself, but...
**Is your feature request related to a problem? Please describe.** can we change the email template ? **Describe the solution you'd like** change the email template from within taiga
**Describe the bug** I have a problem with web soket connection: But if I restart taiga-gaitway container websocket start to work. docker stop taiga-docker_taiga-gateway_1 docker start taiga-docker_taiga-gateway_1 With proxy_set_header Host...
As I am running taiga in a custom docker network, I need to explicitly specify each of the container addresses. I note that some calls default to `taiga-async-rabbitmq` and `taiga-events-rabbitmq`....
**Describe the bug** When running taiga-manage.sh djmail_delete_old_messages get error DateTimeField Message.sent_at received a naive datetime (2020-08-19 12:31:38.954179) while time zone support is active. **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** When using taiga-manage ping_google command, get az error: django.core.exceptions.ImproperlyConfigured: ping_google requires django.contrib.sites, which isn't installed. **To Reproduce** Steps to reproduce the behavior: 1. Run taiga-manage ping_google 4....