From 23c639ccb6dffbd8f2da1817dea2234443e7021d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 29 Jan 2019 02:28:17 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a8fd9de..2ed8ff1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,23 @@ # Wekan for Yunohost -Attempt to package Wekan for Yunohost.... +Wekan is an open-source kanban board (task manager and organizer) + +[![Integration level](https://dash.yunohost.org/integration/wekan.svg)](https://dash.yunohost.org/appci/app/wekan) +[![Install Wordpress with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=wekan) + +## Screenshot + +![](screenshot.jpg) ## Status -For the moment it kind of works, but this is still experimental and has not been much tested. DO NOT DEPLOY IN PRODUCTION. +- 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)... -The main drawback at the moment is that it's [not integrated with the LDAP](https://github.com/wekan/wekan/issues/119). So users have to create accounts (and can create infinite number of accounts) manually, and need to login manually specifically in Wekan. +- There is currently no SSO/LDAP integration though it might be integrated at some point in the app, now that it's supported in Meteor/Wekan. c.f. discussion in [here](https://github.com/YunoHost-Apps/wekan_ynh/issues/4). 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. ## Infos -**Package by:** ljf & Aleks +**Package by:** ljf & Aleks **Categories:** Productivity, Task **Upgrade this package:** @@ -21,8 +28,3 @@ The main drawback at the moment is that it's [not integrated with the LDAP](http **Private/Public mode:** In private mode, only authorized YunoHost members can access to the wekan. **SSO/LDAP:** SSO and LDAP are not configured. - -## To-do - -- Test / make it work on ARM -- LDAP is not yet integrated in Wekan, unfortunately... but some people did tweak things as discussed [here](https://github.com/wekan/wekan/issues/119#issuecomment-224319252)