|
hace 8 años | |
---|---|---|
medialinks | hace 8 años | |
test | hace 8 años | |
.dockerignore | hace 9 años | |
.gitignore | hace 9 años | |
CHANGELOG | hace 8 años | |
CloudronManifest.json | hace 8 años | |
DESCRIPTION.md | hace 8 años | |
Dockerfile | hace 8 años | |
LICENSE | hace 8 años | |
POSTINSTALL.md | hace 8 años | |
README.md | hace 8 años | |
build.sh | hace 8 años | |
conf.json | hace 8 años | |
conf_ldap.json | hace 8 años | |
local.py | hace 8 años | |
local_ldap.py | hace 8 años | |
logo.png | hace 9 años | |
nginx.conf | hace 9 años | |
start.sh | hace 8 años |
This repository contains the Cloudron app package source for Taiga.
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
or using the Cloudron command line tooling
cloudron install --appstore-id io.taiga.cloudronapp
The app package can be built using the Cloudron command line tooling.
cd taiga-app
cloudron build
cloudron install
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