-
When I'm trying to add new user to my project, I get the following error.
``` taiga_1 | 2020-04-16 08:42:17,616 DEBG 'backend' stderr output:
taiga_1 | ERROR:2020-04-16 08:42:17,591: Intern…
-
Webhooks are disabled by default. It requires to be enabled in `local.py`: https://github.com/taigaio/taiga-back/issues/878
Is it possible to add an environment variable to be able to enable the su…
-
Hello all,
I am using the following docker-compose.yml file to start Taiga with Traefik.
```
version: "3"
services:
taiga:
image: quay.io/riotkit/taiga:5.0.6
depends_on:
- …
ghost updated
4 years ago
-
Hi,
git clone https://github.com/riotkit-org/docker-taiga.git
cd docker-taiga
cp .env.dist .env
edit .env
docker-compose up -d
This is the result:
![imagen](https://user-images.githubusercont…
-
Hi,
For production scalling I think it would be good to allow scalling of those values:
```
--max-requests
--worker-connections
--threads
```
-
https://github.com/riotkit-org/docker-taiga/issues/7#issuecomment-559672011
We need to be able to build eg. Taiga 5.0.0 even if there is no frontend 5.0.0, but 5.0.1. The automatic selection should…
-
When `docker-compose restart taiga` I get this error that only occurs when taiga restart:
```
taiga_1 | >> Setting user id and group id
taiga_1 | usermod: no changes
taiga_1 | >> Cor…
-
docker-compose.yaml
```yaml
version: '2'
volumes:
media:
services:
taiga:
image: quay.io/riotkit/taiga:${VERSION}
environment:
POSTGRES_DB: ${TAIGA_DB_…
-
I cloned the repo updated the two things in .env file `TAIGA_HOSTNAME=taiga.mylaptop` and `TAIGA_SECRET_KEY=MySecretKey`. Then started the container using the`make start` command. It automatically dow…
-
I have updated the SMTP server details in `.env` file, but I am not getting any email notification (when a task is assigned, task status change, etc). I have tested the SMTP details by triggering a te…