|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
test | %!s(int64=8) %!d(string=hai) anos | |
.dockerignore | %!s(int64=9) %!d(string=hai) anos | |
.gitignore | %!s(int64=9) %!d(string=hai) anos | |
CHANGELOG | %!s(int64=8) %!d(string=hai) anos | |
CloudronManifest.json | %!s(int64=8) %!d(string=hai) anos | |
DESCRIPTION.md | %!s(int64=9) %!d(string=hai) anos | |
Dockerfile | %!s(int64=8) %!d(string=hai) anos | |
LICENSE | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
build.sh | %!s(int64=8) %!d(string=hai) anos | |
conf.json | %!s(int64=9) %!d(string=hai) anos | |
local.py | %!s(int64=8) %!d(string=hai) anos | |
logo.png | %!s(int64=9) %!d(string=hai) anos | |
nginx.conf | %!s(int64=9) %!d(string=hai) anos | |
start.sh | %!s(int64=9) %!d(string=hai) anos |
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