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 Permalink Normal View History

2023-12-13 21:25:13 +01:00
<!--
2024-03-27 02:44:26 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2023-12-13 21:25:13 +01:00
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
2024-07-18 03:41:51 +02:00
[![Integration level](https://dash.yunohost.org/integration/planka.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-12-13 21:25:18 +01:00
[![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
2024-04-03 00:01:00 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2023-12-13 21:25:13 +01:00
2024-03-27 02:44:26 +01:00
> *This package allows you to install Planka 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.*
2023-12-13 21:25:13 +01:00
## 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
2024-03-27 02:44:26 +01:00
2024-08-15 03:41:41 +02:00
**Shipped version:** 1.21.1~ynh1
2023-12-13 21:25:13 +01:00
2024-03-19 12:19:55 +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
2024-03-19 12:19:55 +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
2024-03-27 02:44:26 +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
2024-03-27 02:44:26 +01:00
To try the `testing` branch, please proceed like that:
2023-12-13 21:25:13 +01:00
2024-03-19 12:19:55 +01:00
```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>