|
преди 8 години | |
---|---|---|
medialinks | преди 8 години | |
test | преди 8 години | |
.dockerignore | преди 9 години | |
.gitignore | преди 9 години | |
CHANGELOG | преди 8 години | |
CloudronManifest.json | преди 8 години | |
DESCRIPTION.md | преди 8 години | |
Dockerfile | преди 8 години | |
LICENSE | преди 8 години | |
POSTINSTALL.md | преди 8 години | |
README.md | преди 8 години | |
build.sh | преди 8 години | |
conf.json | преди 8 години | |
conf_ldap.json | преди 8 години | |
local.py | преди 8 години | |
local_ldap.py | преди 8 години | |
logo.png | преди 9 години | |
nginx.conf | преди 9 години | |
start.sh | преди 8 години |
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