|
6 years ago | |
---|---|---|
medialinks | 8 years ago | |
test | 6 years ago | |
.dbuild | 6 years ago | |
.dockerignore | 9 years ago | |
.gitignore | 9 years ago | |
CHANGELOG | 6 years ago | |
CloudronManifest.json | 6 years ago | |
DESCRIPTION.md | 6 years ago | |
Dockerfile | 6 years ago | |
LICENSE | 8 years ago | |
POSTINSTALL.md | 7 years ago | |
README.md | 8 years ago | |
VERSION | 6 years ago | |
VERSIONLOG | 6 years ago | |
build.sh | 6 years ago | |
conf.json | 6 years ago | |
conf_ldap.json | 6 years ago | |
json-merge.js | 6 years ago | |
local.py | 6 years ago | |
local_ldap.py | 6 years ago | |
logo.png | 9 years ago | |
nginx.conf | 9 years ago | |
package.json | 6 years ago | |
start.sh | 6 years ago |
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