docker-taiga / taiga

docker-compose.yml for simple taiga setup
215 stars 75 forks source link

How to enable Trello import #61

Closed nikkilocke closed 6 months ago

nikkilocke commented 6 months ago

I would like to enable Trello import. Starting with a fresh clone, I added the following to my variables.env file: ENABLE_TRELLO_IMPORTER=True TRELLO_IMPORTER_API_KEY=(I used my key) TRELLO_IMPORTER_SECRET_KEY=(I used my secret key)

I understand that ENABLE_TRELLO_IMPORTER has to be "true" in lower case for front, so I added: environment:

I fired it up, waited a while for the database to be initialised, and went to New Project/Import Project. Only Taiga was listed as an import source. I guess I have done something wrong, but I have no idea what.

Is it possible to add tweak an existing container to add Trello import, or do I need to get the environment variables right and always restart from scratch?

nikkilocke commented 6 months ago

I've got a bit further with this - I have now found conf/front/config.json and conf/back/config.py A amended the necessary variables in there, and restarted the containers, and it worked.