|
před 8 roky | |
---|---|---|
medialinks | před 8 roky | |
test | před 8 roky | |
.dockerignore | před 9 roky | |
.gitignore | před 9 roky | |
CHANGELOG | před 8 roky | |
CloudronManifest.json | před 8 roky | |
DESCRIPTION.md | před 8 roky | |
Dockerfile | před 8 roky | |
LICENSE | před 8 roky | |
POSTINSTALL.md | před 8 roky | |
README.md | před 8 roky | |
build.sh | před 8 roky | |
conf.json | před 8 roky | |
conf_ldap.json | před 8 roky | |
local.py | před 8 roky | |
local_ldap.py | před 8 roky | |
logo.png | před 9 roky | |
nginx.conf | před 9 roky | |
start.sh | před 8 roky |
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