2019-02-15 20:09:06 +01:00
# Kanboard for Yunohost
2014-10-22 21:21:37 +02:00
2019-02-15 20:09:06 +01:00
[![Integration level ](https://dash.yunohost.org/integration/kanboard.svg )](https://dash.yunohost.org/appci/app/kanboard)
[![Install Kanboard with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=kanboard)
2014-10-22 21:21:37 +02:00
2019-02-15 20:09:06 +01:00
> *This package allow you to install Kanboard quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
2014-10-22 21:21:37 +02:00
2019-02-15 20:09:06 +01:00
## Overview
Kanboard is a simple visual task board web application.
2014-10-22 21:21:37 +02:00
2019-10-27 12:22:58 +01:00
**Shipped version:** 1.2.12
2015-02-25 17:45:32 +01:00
2019-02-15 20:09:06 +01:00
## Screenshots
2015-09-08 22:20:55 +02:00
2019-02-15 20:09:06 +01:00
![](https://kanboard.org/assets/img/board.png)
2015-02-25 17:45:32 +01:00
2019-02-15 20:09:06 +01:00
## Demo
2015-09-08 22:20:55 +02:00
2019-02-15 20:09:06 +01:00
* [YunoHost demo ](https://demo.yunohost.org/dokuwiki/ )
2015-09-08 22:20:55 +02:00
2019-02-15 20:09:06 +01:00
## Configuration
2015-09-08 22:20:55 +02:00
2019-02-15 20:09:06 +01:00
## Documentation
2015-09-08 22:20:55 +02:00
2019-02-15 20:09:06 +01:00
* Official documentation: https://docs.kanboard.org/en/latest/
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
2015-02-25 17:31:18 +01:00
2019-02-15 20:09:06 +01:00
## YunoHost specific features
2015-09-08 22:20:55 +02:00
2019-02-15 20:09:06 +01:00
#### Multi-users support
2015-10-14 20:00:01 +02:00
2019-02-15 20:09:06 +01:00
#### Supported architectures
2015-10-20 15:08:34 +02:00
2019-05-06 20:34:37 +02:00
* x86-64b - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/kanboard%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/kanboard/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/kanboard%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/kanboard/)
* Jessie x86-64b - [![Build Status ](https://ci-stretch.nohost.me/ci/logs/kanboard%20%28Apps%29.svg )](https://ci-stretch.nohost.me/ci/apps/kanboard/)
2015-10-20 15:08:34 +02:00
2019-02-15 20:09:06 +01:00
## Limitations
2015-10-20 15:08:34 +02:00
2019-02-15 20:09:06 +01:00
## Additional information
2017-03-10 22:01:34 +01:00
2019-03-09 13:11:42 +01:00
### How to connect as external (non-SSOwat) users
2015-10-20 15:08:34 +02:00
2018-07-04 17:22:03 +02:00
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` .
2018-07-05 19:14:58 +02:00
**Warning** this disables the possibility to connect with SSOwat users. You will *only* be able to connect with Kanboard users created inside of Kanboard.
2018-07-04 17:22:03 +02:00
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.
2019-02-15 20:09:06 +01:00
## Links
2015-10-20 15:08:34 +02:00
2019-02-15 20:09:06 +01:00
* Report a bug: https://github.com/YunoHost-Apps/kanboard_ynh/issues
2019-05-06 20:34:37 +02:00
* Kanboard website: https://kanboard.org
* Upstream app repository: https://github.com/kanboard/kanboard
2019-02-15 20:09:06 +01:00
* YunoHost website: https://yunohost.org/
2015-10-20 15:08:34 +02:00
2019-02-15 20:09:06 +01:00
---
2015-11-27 21:14:31 +01:00
2019-02-15 20:09:06 +01:00
Developers info
----------------
2017-03-10 22:01:34 +01:00
2019-02-15 20:09:06 +01:00
**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 ](https://github.com/YunoHost-Apps/kanboard_ynh/tree/testing ).
2015-11-27 21:14:31 +01:00
2019-02-15 20:09:06 +01:00
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
2016-04-27 20:54:26 +02:00
```