1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
Kanboard package for YunoHost
Find a file
2020-10-17 15:47:47 +02:00
conf Upgrade to upstream version 1.2.14 / use PHP 7.3 2020-06-07 19:20:26 +02:00
scripts Revert "Update change_url (#102)" (#103) 2020-10-17 15:47:47 +02:00
.gitignore Remove sql schema from gitignore to fix #28 2016-08-02 23:49:47 +02:00
check_process Merge pull request #82 from YunoHost-Apps/add_change_url 2019-07-09 10:01:02 +02:00
LICENSE Fix linter 2017-10-19 12:13:47 +02:00
manifest.json Upgrade to upstream version 1.2.14 / use PHP 7.3 2020-06-07 19:20:26 +02:00
pull_request_template.md Move from ci-apps-dev to ci-apps-hq 2019-04-15 20:55:51 +02:00
README.md Upgrade to upstream version 1.2.14 / use PHP 7.3 2020-06-07 19:20:26 +02:00

Kanboard for Yunohost

Integration level
Install Kanboard with YunoHost

This package allow you to install Kanboard quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Kanboard is a simple visual task board web application.

Shipped version: 1.2.14

Screenshots

Demo

Configuration

Documentation

YunoHost specific features

Multi-users support

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status
  • Jessie x86-64b - Build Status

Limitations

Additional information

How to connect as external (non-SSOwat) users

You have to edit this file /var/www/kanboard/config.php, find the line define('REVERSE_PROXY_AUTH', true); and change it from true to false. Warning this disables the possibility to connect with SSOwat users. You will only be able to connect with Kanboard users created inside of Kanboard. Then you can connect.

NB: if you don't make that change, you will get the following error message "Access Forbidden".

This is due to a Kanboard limitation.


Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing --debug
or
sudo yunohost app upgrade kanboard -u https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing --debug