1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/planka_ynh.git synced 2024-09-03 20:06:00 +02:00
planka_ynh/README.md

62 lines
2.2 KiB
Markdown
Raw Normal View History

2023-12-13 21:25:13 +01: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.
-->
2023-12-13 21:25:18 +01:00
# Planka for YunoHost
2023-12-13 21:25:13 +01:00
2023-12-13 21:25:18 +01:00
[![Integration level](https://dash.yunohost.org/integration/planka.svg)](https://dash.yunohost.org/appci/app/planka) ![Working status](https://ci-apps.yunohost.org/ci/badges/planka.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/planka.maintain.svg)
[![Install Planka with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=planka)
2023-12-13 21:25:13 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2023-12-13 21:25:18 +01:00
> *This package allows you to install Planka quickly and simply on a YunoHost server.
2023-12-13 21:25:13 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-12-13 21:33:43 +01:00
Elegant open source project tracking.
### Features
- Create projects, boards, lists, cards, labels and tasks
- Add card members, track time, set a due date, add attachments, write comments
- Markdown support in a card description and comment
- Filter by members and labels
- Customize project background
- Real-time updates
- User notifications
- Internationalization
2023-12-13 21:25:13 +01:00
2023-12-13 21:25:18 +01:00
**Shipped version:** 1.15.2~ynh1
2023-12-13 21:25:13 +01:00
2023-12-13 21:25:18 +01:00
**Demo:** https://plankanban.github.io/planka/#/
2023-12-13 21:25:13 +01:00
## Screenshots
2023-12-13 21:25:18 +01:00
![Screenshot of Planka](./doc/screenshots/screenshot.png)
2023-12-13 21:25:13 +01:00
## Documentation and resources
2023-12-13 21:25:18 +01:00
* Official app website: <https://planka.app/>
* Official admin documentation: <https://docs.planka.cloud/docs/intro/>
* Upstream app code repository: <https://github.com/plankanban/planka>
* YunoHost Store: <https://apps.yunohost.org/app/planka>
* Report a bug: <https://github.com/YunoHost-Apps/planka_ynh/issues>
2023-12-13 21:25:13 +01:00
## Developer info
2023-12-13 21:25:18 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/planka_ynh/tree/testing).
2023-12-13 21:25:13 +01:00
To try the testing branch, please proceed like that.
``` bash
2023-12-13 21:25:18 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
2023-12-13 21:25:13 +01:00
or
2023-12-13 21:25:18 +01:00
sudo yunohost app upgrade planka -u https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
2023-12-13 21:25:13 +01:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>