mirror of
https://github.com/YunoHost-Apps/planka_ynh.git
synced 2024-09-03 20:06:00 +02:00
61 lines
2.3 KiB
Markdown
61 lines
2.3 KiB
Markdown
<!--
|
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Ini TIDAK boleh diedit dengan tangan.
|
|
-->
|
|
|
|
# Planka untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/planka.svg)](https://ci-apps.yunohost.org/ci/apps/planka/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/planka.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/planka.maintain.svg)
|
|
|
|
[![Pasang Planka dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=planka)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Planka secara cepat dan mudah pada server YunoHost.*
|
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
|
|
|
## Ringkasan
|
|
|
|
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
|
|
|
|
|
|
**Versi terkirim:** 1.20.1~ynh1
|
|
|
|
**Demo:** <https://plankanban.github.io/planka/#/>
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada Planka](./doc/screenshots/screenshot.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://planka.app/>
|
|
- Dokumentasi admin resmi: <https://docs.planka.cloud/docs/intro/>
|
|
- Repositori kode aplikasi hulu: <https://github.com/plankanban/planka>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/planka>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/planka_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/planka_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade planka -u https://github.com/YunoHost-Apps/planka_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|