GithubHelp home page GithubHelp logo

isabella232 / salt-formula-taiga Goto Github PK

View Code? Open in Web Editor NEW

This project forked from salt-formulas/salt-formula-taiga

0.0 0.0 0.0 59 KB

License: Apache License 2.0

Python 21.44% Makefile 32.95% HTML 7.70% SaltStack 37.90%

salt-formula-taiga's Introduction

Taiga

Project management web application with scrum in mind! Built on top of Django and AngularJ.

Dependencies

Other formulas:
Services:
  • A database server available (PostgreSQL/MySQL)
  • Message queue server, e.g. RabbitMq
  • Cache server, currently Redis is hard coded

Sample pillars

Simple taiga server

taiga:
  server:
    enabled: true
    server_protocol: 'http'
    server_name: 'taiga.domain.com'
    mail_from: '[email protected]'
    secret_key: 'y5m^_^ak6+5(f.m^_^ak6+5(f.m^_^ak6+5(f.'
    cache:
      engine: 'memcached'
      host: '127.0.0.1'
      prefix: 'CACHE_TAIGA'
    database:
      engine: 'postgresql'
      host: '127.0.0.1'
      name: 'taiga'
      password: 'password'
      user: 'taiga'
    message_queue:
      engine: rabbitmq
      host: 127.0.0.1
      user: taiga
      password: 'password'
      virtual_host: '/taiga'
    mail:
      host: localhost
      port: 25
      encryption: none

Simple taiga server with TLS mail and authentication

taiga:
  server:
    ...
    mail:
      host: localhost
      port: 465
      user: taiga
      password: password
      encryption: tls

Simple taiga server with SSL mail

taiga:
  server:
    ...
    mail:
      host: localhost
      port: 995
      user: taiga
      password: password
      encryption: ssl

Install ldap authentication plugin:

taiga:
  server:
    plugin:
      taiga_contrib_ldap_auth:
        enabled: true
        source:
          engine: pip
          name: taiga-contrib-ldap-auth
        parameters:
          backend:
            ldap_server: "ldaps://idm.example.com/"
            ldap_port: 636
            bind_bind_dn: uid=taiga,cn=users,cn=accounts,dc=tcpcloud,dc=eu
            bind_bind_password: password
            ldap_search_base: "cn=users,cn=accounts,dc=tcpcloud,dc=eu"
            ldap_search_property: uid
            ldap_email_property: mail
            ldap_full_name_property: displayName
          frontend:
            loginFormType: ldap

Read more

Documentation and Bugs

To learn how to install and update salt-formulas, consult the documentation available online at:

http://salt-formulas.readthedocs.io/

In the unfortunate event that bugs are discovered, they should be reported to the appropriate issue tracker. Use Github issue tracker for specific salt formula:

https://github.com/salt-formulas/salt-formula-taiga/issues

For feature requests, bug reports or blueprints affecting entire ecosystem, use Launchpad salt-formulas project:

https://launchpad.net/salt-formulas

You can also join salt-formulas-users team and subscribe to mailing list:

https://launchpad.net/~salt-formulas-users

Developers wishing to work on the salt-formulas projects should always base their work on master branch and submit pull request against specific formula.

https://github.com/salt-formulas/salt-formula-taiga

Any questions or feedback is always welcome so feel free to join our IRC channel:

#salt-formulas @ irc.freenode.net

salt-formula-taiga's People

Contributors

cznewt avatar epcim avatar fpytloun avatar michaelkuty avatar mkotsbak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.