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
2021-03-15 22:36:42 +01:00
conf Simplify config 2021-02-26 12:26:48 +01:00
scripts Fix linter 2021-03-15 22:36:42 +01:00
.gitignore Remove sql schema from gitignore to fix #28 2016-08-02 23:49:47 +02:00
check_process Upgrade to 1.2.17 (#105) 2020-12-28 10:24:37 +01:00
issue_template.md Upgrade v.1.2.16 (#99) 2020-10-30 15:08:59 +01:00
LICENSE Fix linter 2017-10-19 12:13:47 +02:00
manifest.json Fix linter 2021-03-15 22:36:42 +01:00
pull_request_template.md Fix linter 2021-03-15 22:36:42 +01:00
README.md Upgrade to 1.2.18 2020-12-29 09:56:20 +01:00
README_fr.md Upgrade to 1.2.18 2020-12-29 09:56:20 +01:00

Kanboard for YunoHost

Integration level
Install Kanboard with YunoHost

Lire ce readme en français.

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 visual task manager that makes it easy to manage small projects in a collaborative way. The tool is particularly suitable for people who use the Kanban method. Kanboard can be seen as a (Simplified) alternative to the proprietary Trello software. Kanboard is a minimalist software, it focuses only on the features that are really necessary. The user interface is simple and clear. The tool is designed to run on a small machine such as a Raspberry Pi or a Virtual Private Server (VPS). There are no external dependencies, drag and drop of tasks uses the new HTML5 APIs.

Shipped version: 1.2.18

Screenshots

Demo

Configuration

Documentation

YunoHost specific features

Multi-users support

  • Are LDAP and HTTP auth supported? No
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - 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

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