Sin descripción

Johannes 9a7f301b1c Ensure we are in the correct folder to run the migration hace 9 años
test 9841eccb04 Fixup the tests hace 9 años
.dockerignore 549b732645 Add .dockerignore hace 9 años
.gitignore a404b12566 Add .gitignore hace 9 años
CHANGELOG 36cb3520e8 Commit uncommited but used changes hace 9 años
CloudronManifest.json b5bf106c20 Make sso optional hace 9 años
DESCRIPTION.md f982ae485a With group support, this is not much of an issue (hopefully) hace 10 años
Dockerfile 7aa33110bf Bring the app up-to-date hace 9 años
LICENSE 13a3a4c3a0 Add MIT license hace 9 años
README.md ef134be679 Update readme with tests hace 9 años
build.sh 7aa33110bf Bring the app up-to-date hace 9 años
conf.json 7ea41c69cf Disable interface debugs hace 9 años
conf_ldap.json 9c2eecaebf Disable registration with LDAP hace 9 años
local.py 04f134c685 Change comment hace 9 años
local_ldap.py 9c2eecaebf Disable registration with LDAP hace 9 años
logo.png 8d1d3f1454 Add logo hace 10 años
nginx.conf 559fc93063 Improve the sed replacement hace 10 años
start.sh 9a7f301b1c Ensure we are in the correct folder to run the migration hace 9 años

README.md

Taiga

This repository contains the Cloudron app package source for Taiga.

Installation

This app uses the ldap community plugin https://github.com/ensky/taiga-contrib-ldap-auth

The main installation guide is at http://taigaio.github.io/taiga-doc/dist/setup-production.html

Install

or using the Cloudron command line tooling

cloudron install --appstore-id io.taiga.cloudronapp

Building

The app package can be built using the Cloudron command line tooling.

cd taiga-app

cloudron build
cloudron install

Testing

The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, backup and restore.

cd taiga-app/test

npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js