1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/README.md

76 lines
3.2 KiB
Markdown
Raw Normal View History

2020-12-28 12:06:10 +01:00
# Kanboard for YunoHost
2020-03-29 13:47:34 +02:00
[![Integration level](https://dash.yunohost.org/integration/kanboard.svg)](https://dash.yunohost.org/appci/app/kanboard) ![](https://ci-apps.yunohost.org/ci/badges/kanboard.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/kanboard.maintain.svg)
[![Install Kanboard with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kanboard)
2020-10-30 15:08:59 +01:00
*[Lire ce readme en français.](./README_fr.md)*
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.*
2019-02-15 20:09:06 +01:00
## Overview
2020-10-30 15:08:59 +01:00
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.
2020-12-29 09:56:20 +01:00
**Shipped version:** 1.2.18
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
2020-10-30 15:08:59 +01:00
* [YunoHost demo](https://demo.yunohost.org/kanboard/)
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/
2020-10-30 15:08:59 +01:00
* YunoHost documentation: https://yunohost.org/#/app_kanboard
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
2020-10-30 15:08:59 +01:00
* Are LDAP and HTTP auth supported? **No**
* Can the app be used by multiple users? **Yes**
2019-02-15 20:09:06 +01:00
#### Supported architectures
2015-10-20 15:08:34 +02:00
2020-10-30 15:08:59 +01:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/kanboard%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/kanboard/)
2019-05-06 20:34:37 +02:00
* 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/)
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
2019-03-09 13:11:42 +01:00
### How to connect as external (non-SSOwat) users
2015-10-20 15:08:34 +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.
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
2020-10-30 15:08:59 +01:00
## Developers info
2019-02-15 20:09:06 +01:00
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
```