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