Kanboard is a simple visual task board web application. Official website: http://kanboard.net
Functionnal instance of Yunohost
From yunohost admin panel:
From command line:
sudo yunohost app install -l kanboard https://github.com/mbugeia/kanboard_ynh
From command line:
sudo yunohost app upgrade -u https://github.com/mbugeia/kanboard_ynh kanboard
Kanboard v1.0.24 Reverse-Proxy Authentication with LDAP user provider plugin v1.0.0 https://github.com/kanboard/plugin-reverse-proxy-ldap
Yunohost forum thread: https://forum.yunohost.org/t/kanboard-package/78
Kanboard use SSOwat for user authentification (it means it use the user that the web server (nginx) sent him throught SSOwat), but can't list all user of the system. If you wish to add a user, just log in with that user into Kanboard so the software knows him and displays it.
Please do your pull request to the dev branch.
Update package:
wget http://kanboard.net/kanboard-latest.zip
unzip kanboard-latest.zip
rm -Rf sources
mv kanboard sources
Then do a manual diff between conf/config.php
and sources/config.default.php
to see if there are new config options
Update readme with the new version
Test it
Test or upgrade to dev version:
su - admin
git clone -b dev https://github.com/mbugeia/kanboard_ynh
# to install
sudo yunohost app install -l Kanboard /home/admin/kanboard_ynh
# to upgrade
sudo yunohost app upgrade -f /home/admin/kanboard_ynh kanboard