Taiga

Project management tool

★ 1433 Project management

Homepage · Source code

Author: Kaleidos Inc. · License: Multiplaform

Version: 6.8.1 ·

Über Taiga

Agile project management made easy, intuitive and effective.

preview


Features

  • Get organized: Define deliverables involving your full team to capture all team´s knowledge and secure buy in. Regularly align and (re)prioritize deliverables with the end user, to allow for timely pivots and assure the highest priority ones are completed in time.
  • Communicate effectively: Have daily stand-ups with the whole team. Share progress on agreed end products and discuss bottlenecks for a timely delivery. Promote risk-taking from team members to benefit both the individual and the team.
  • Stay on track: Provide visibility of ongoing activities & completed deliverables to the end user. Greater transparency into current resource & time allocation gives the end user a better understanding of state of- and effort needed for each deliverable & potential changes.
  • Start easy and evolve: Reflect and improve with the team on performance and ways of working. When needed, change workflows and activate more features. Intuitive user interface for cross-functional teams. No training and complex set up required.
  • 100% Open source Taiga on-premise hosting option is ideal for larger teams or multiple small teams that need to have all data on their own servers and/or want to customize Taiga.

Umgebungsvariablen

Umgebungsvariablen anzeigen
PROJECT
 taiga
DOMAIN
 stack.localhost
TAIGA_SCHEME
 https # serve Taiga using "http" or "https" (secured) connection
TAIGA_DOMAIN
 $PROJECT.$DOMAIN # Taiga's base URL
SUBPATH
 "" # it'll be appended to the TAIGA_DOMAIN (use either "" or a "/subpath")
WEBSOCKETS_SCHEME
 wss # events connection protocol (use either "ws" or "wss")
SECRET_KEY
 "taiga-secret-key" # Please, change it to an unpredictable value!!
POSTGRES_USER
 taiga # user to connect to PostgreSQL
POSTGRES_PASSWORD
 taiga # database user's password
EMAIL_BACKEND
 console # use an SMTP server or display the emails in the console (either "smtp" or "console")
EMAIL_HOST
 smtp.host.example.com # SMTP server address
EMAIL_PORT
 587 # default SMTP port
EMAIL_HOST_USER
 user # user to connect the SMTP server
EMAIL_HOST_PASSWORD
 password # SMTP user's password
EMAIL_DEFAULT_FROM
 changeme@example.com # default email address for the automated emails
EMAIL_USE_TLS
 True # use TLS (secure) connection with the SMTP server
EMAIL_USE_SSL
 False # use implicit TLS (secure) connection with the SMTP server
RABBITMQ_USER
 taiga # user to connect to RabbitMQ
RABBITMQ_PASS
 taiga # RabbitMQ user's password
RABBITMQ_VHOST
 taiga # RabbitMQ container name
RABBITMQ_ERLANG_COOKIE
 secret-erlang-cookie # unique value shared by any connected instance of RabbitMQ
ATTACHMENTS_MAX_AGE
 360 # token expiration date (in seconds)
ENABLE_TELEMETRY
 False
PUBLIC_REGISTER_ENABLED
 true