Taiga
Plugins
Slack The Slack plugin is installed but not enabled. To enable it, add the following line to /app/data/customlocal.py: INSTALLED_APPS += ["taiga_contrib_slack"] Enable the frontend of Slack plugin by editing /app/data/conf.json: "contribPlugins": [ ...
Asana
To import projects from Asana: 1. Create an Asana Connect client and secret. The redirect URL must be set to https://taiga.example.com/project/new/import/asana 2. Edit the backend config at /app/data/customlocal.py to contain the key: ...
Importing a project
An existing project's json can be imported into Taiga as follows: Connect to taiga using the Web terminal Upload the project.json using the 'Upload to /tmp' button su cloudron source /app/code/taiga/bin/activate export ...
Disabling external registration
To disable external registration, edit the following files using File manager. PUBLIC_REGISTER_ENABLED = False (in /app/data/customlocal.py) "publicRegisterEnabled": false (in /app/data/conf.json)
Custom configuration
Taiga customizations are placed in two files: - conf.json - This contains UI settings. This file is located at /app/data/conf.json. - local.py - This contains backend settings. This file is located at /app/data/customlocal.py. The default settings ...
How to order Taiga?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Taiga 4. Select service Region This is the datacenter location where your App will be located. 5. Select the App Address (URL) - Select 1 of the 2 options: A. Use a free URL ...