2021-06-08 11:01:27 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-12-28 12:06:10 +01:00
# Kanboard for YunoHost
2014-10-22 21:21:37 +02:00
2022-05-27 23:14:07 +02:00
[![Integration level ](https://dash.yunohost.org/integration/kanboard.svg )](https://dash.yunohost.org/appci/app/kanboard) ![Working status ](https://ci-apps.yunohost.org/ci/badges/kanboard.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/kanboard.maintain.svg )
2020-12-28 10:24:37 +01:00
[![Install Kanboard with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=kanboard)
2014-10-22 21:21:37 +02:00
2020-10-30 15:08:59 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-06-08 11:01:27 +02:00
> *This package allows you to install Kanboard quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2014-10-22 21:21:37 +02:00
2019-02-15 20:09:06 +01:00
## Overview
2015-09-08 22:20:55 +02:00
2022-06-06 13:33:35 +02:00
Kanboard is a free and open source Kanban project management software.
### Features
- Visualize your work
- Limit your work in progress to focus on your goal
- Drag and drop tasks to manage your project
- Self-hosted
- Super simple installation
2015-09-08 22:20:55 +02:00
2022-05-27 23:14:07 +02:00
**Shipped version:** 1.2.22~ynh1
2015-09-08 22:20:55 +02:00
2021-06-08 11:01:27 +02:00
**Demo:** https://demo.yunohost.org/kanboard/
2015-09-08 22:20:55 +02:00
2021-06-08 11:01:27 +02:00
## Screenshots
2020-10-30 15:08:59 +01:00
2022-05-27 23:14:07 +02:00
![Screenshot of Kanboard ](./doc/screenshots/board.png )
2015-10-20 15:08:34 +02:00
2021-06-08 11:01:27 +02:00
## Disclaimers / important information
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.
2021-06-08 11:01:27 +02:00
## Documentation and resources
2015-10-20 15:08:34 +02:00
2022-05-27 23:14:07 +02:00
* Official app website: < https: // kanboard . net >
* Official admin documentation: < https: // docs . kanboard . org / en / latest />
* Upstream app code repository: < https: // github . com / kanboard / kanboard >
* YunoHost documentation for this app: < https: // yunohost . org / app_kanboard >
* Report a bug: < https: // github . com / YunoHost-Apps / kanboard_ynh / issues >
2015-11-27 21:14:31 +01:00
2021-06-08 11:01:27 +02:00
## Developer info
2017-03-10 22:01:34 +01:00
2021-06-08 11:01:27 +02:00
Please send 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.
2022-05-27 23:14:07 +02:00
``` bash
2019-02-15 20:09:06 +01:00
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
```
2021-06-08 11:01:27 +02:00
2022-05-27 23:14:07 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >