mirror of
https://github.com/YunoHost-Apps/taskboard_ynh.git
synced 2024-09-03 20:26:27 +02:00
70 lines
2.7 KiB
Markdown
70 lines
2.7 KiB
Markdown
|
# TaskBoard for YunoHost
|
||
|
|
||
|
[![Integration level](https://dash.yunohost.org/integration/taskboard.svg)](https://dash.yunohost.org/appci/app/taskboard) ![](https://ci-apps.yunohost.org/ci/badges/taskboard.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/taskboard.maintain.svg)
|
||
|
[![Install TaskBoard with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=taskboard)
|
||
|
|
||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
|
||
|
> *This package allows you to install TaskBoard 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.*
|
||
|
|
||
|
## Overview
|
||
|
A Kanban-inspired app for keeping track of things that need to get done.
|
||
|
The goal of TaskBoard is to provide a simple and clean interface to a functional and minimal application for keeping track of tasks. It's not trying to be the next Trello or LeanKit.
|
||
|
What TaskBoard does is make it easy to start keeping track of anything you need to get done. The visual aspect of a board allows for easy status checks, and can be motivating for users who want to move their tasks to the next column.
|
||
|
|
||
|
**Shipped version:** 1.0.2
|
||
|
|
||
|
## Screenshots
|
||
|
|
||
|
![](https://taskboard.matthewross.me/img/boards.043340f1.png)
|
||
|
|
||
|
## Demo
|
||
|
|
||
|
* [Official demo](https://taskboard.matthewross.me/demo)
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
* Official documentation: https://taskboard.matthewross.me/docs/quick-start
|
||
|
* YunoHost documentation: https://yunohost.org/#/app_taskboard
|
||
|
|
||
|
## YunoHost specific features
|
||
|
|
||
|
#### Multi-user support
|
||
|
|
||
|
* Are LDAP and HTTP auth supported ? **No**
|
||
|
* Can the app be used by multiple users? **Yes**
|
||
|
|
||
|
#### Supported architectures
|
||
|
|
||
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/taskboard%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/taskboard/)
|
||
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/taskboard%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/taskboard/)
|
||
|
|
||
|
## Limitations
|
||
|
|
||
|
* Any known limitations.
|
||
|
|
||
|
## Additional information
|
||
|
|
||
|
* Other info you would like to add about this app.
|
||
|
|
||
|
## Links
|
||
|
|
||
|
* Report a bug: https://github.com/YunoHost-Apps/taskboard_ynh/issues
|
||
|
* App website: https://taskboard.matthewross.me/
|
||
|
* Upstream app repository: https://github.com/kiswa/TaskBoard
|
||
|
* YunoHost website: https://yunohost.org/
|
||
|
|
||
|
---
|
||
|
|
||
|
## Developer info
|
||
|
|
||
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/taskboard_ynh/tree/testing).
|
||
|
|
||
|
To try the testing branch, please proceed like that.
|
||
|
```
|
||
|
sudo yunohost app install https://github.com/YunoHost-Apps/taskboard_ynh/tree/testing --debug
|
||
|
or
|
||
|
sudo yunohost app upgrade taskboard -u https://github.com/YunoHost-Apps/taskboard_ynh/tree/testing --debug
|
||
|
```
|