mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Apply example_ynh on README.md
This commit is contained in:
parent
ce7c56b7c1
commit
256e5ec780
1 changed files with 49 additions and 4 deletions
53
README.md
53
README.md
|
@ -1,13 +1,17 @@
|
|||
# Wekan for Yunohost
|
||||
|
||||
Wekan is an open-source kanban board (task manager and organizer)
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/wekan)
|
||||
[](https://install-app.yunohost.org/?app=wekan)
|
||||
[](https://install-app.yunohost.org/?app=wekan)
|
||||
|
||||
> *This package allow you to install wekan 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.*
|
||||
|
||||
## Overview
|
||||
Wekan is an open-source kanban board (task manager and organizer)
|
||||
|
||||
**Shipped version:** 2.09
|
||||
|
||||
## Screenshot
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||
|
@ -30,3 +34,44 @@ Wekan is an open-source kanban board (task manager and organizer)
|
|||
**Private/Public mode:** In private mode, only authorized YunoHost members can access to the wekan.
|
||||
|
||||
**SSO/LDAP:** SSO and LDAP are not configured.
|
||||
|
||||
## Configuration
|
||||
|
||||
First registered user will be admin, and next ones normal users. If you want other admins too, you can change their permission to admin at Wekan Admin Panel.
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://github.com/wekan/wekan/wiki
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/wekan/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/wekan/)
|
||||
* Jessie x86-64b - [](https://ci-stretch.nohost.me/ci/apps/wekan/)
|
||||
|
||||
## Limitations
|
||||
|
||||
* Any known limitations.
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/wekan_ynh/issues
|
||||
* App website: Link to the official website of this app
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
Developers info
|
||||
----------------
|
||||
|
||||
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/wekan_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade wekan -u https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue