2017-02-10 17:06:59 +01:00
# Wekan for Yunohost
2019-01-29 02:28:17 +01:00
[![Integration level ](https://dash.yunohost.org/integration/wekan.svg )](https://dash.yunohost.org/appci/app/wekan)
2019-02-05 23:00:28 +01:00
[![Install Wekan with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](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)
2019-01-29 02:28:17 +01:00
2019-03-06 19:51:22 +01:00
**Shipped version:** 2.40
2019-02-05 21:16:13 +01:00
2019-02-05 23:00:28 +01:00
## Screenshots
2019-01-29 02:28:17 +01:00
![](screenshot.jpg)
2017-02-10 17:06:59 +01:00
2017-02-26 17:53:28 +01:00
## Status
2019-02-20 16:42:47 +01:00
- This app **only works on x86, 64bits architecture** ! In particular, it won't work on 32 bit machines or ARM. See the discussion [here ](https://github.com/YunoHost-Apps/wekan_ynh/issues/1#issuecomment-401612500 ). On the long term, [support for ARM64 might happen ](https://blog.wekan.team/2018/01/wekan-progress-on-x64-and-arm/index.html )...
2017-02-26 17:53:28 +01:00
2019-03-07 03:08:27 +01:00
- There is currently **no SSO integration** though it might be integrated at some point in the app, now that it's supported in Meteor/Wekan. In the meantime, users can create accounts (in fact, they can create infinite number of accounts) manually, and need to login manually specifically in Wekan.
2017-02-26 17:53:28 +01:00
2017-10-02 02:07:41 +02:00
## Infos
2019-01-29 02:28:17 +01:00
**Package by:** ljf & Aleks
2017-10-02 02:07:41 +02:00
**Categories:** Productivity, Task
**Upgrade this package:**
2018-02-12 10:51:35 +01:00
`sudo yunohost app upgrade --verbose wekan -u https://github.com/YunoHost-Apps/wekan_ynh`
2017-10-02 02:07:41 +02:00
**Multi-user:** Yes.
**Private/Public mode:** In private mode, only authorized YunoHost members can access to the wekan.
2019-02-05 23:00:28 +01:00
## 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
2019-03-07 03:08:27 +01:00
#### Multi-users support
LDAP is supported but and HTTP auth is stil not supported
2019-02-05 23:00:28 +01:00
#### Supported architectures
* x86-64b - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/wekan%20%28Community%29.svg )](https://ci-apps.yunohost.org/ci/apps/wekan/)
2019-02-20 18:01:58 +01:00
* ARMv8-A - Not supported
2019-02-05 23:00:28 +01:00
* Jessie x86-64b - [![Build Status ](https://ci-stretch.nohost.me/ci/logs/wekan%20%28Community%29.svg )](https://ci-stretch.nohost.me/ci/apps/wekan/)
## Limitations
* Any known limitations.
## Links
* Report a bug: https://github.com/YunoHost-Apps/wekan_ynh/issues
2019-02-06 00:29:35 +01:00
* App website: https://wekan.github.io/
* Github App website: https://github.com/wekan/wekan
2019-02-05 23:00:28 +01:00
* 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
```