mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Update according LDAP implementation
This commit is contained in:
parent
a5378a6baf
commit
c0657961f8
2 changed files with 5 additions and 4 deletions
|
@ -19,7 +19,7 @@ Wekan is an open-source kanban board (task manager and organizer)
|
|||
|
||||
- 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)...
|
||||
|
||||
- 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.
|
||||
- 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.
|
||||
|
||||
## Infos
|
||||
|
||||
|
@ -33,8 +33,6 @@ 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.
|
||||
|
@ -45,6 +43,9 @@ First registered user will be admin, and next ones normal users. If you want oth
|
|||
|
||||
## YunoHost specific features
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
LDAP is supported but and HTTP auth is stil not supported
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/wekan/)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Level 3=auto
|
||||
# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it.
|
||||
# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well.
|
||||
#LDAP to be implemented in wekan_ynh: https://github.com/wekan/wekan/wiki/LDAP
|
||||
#LDAP Implemented but not SSOwat
|
||||
Level 4=0
|
||||
Level 5=auto
|
||||
Level 6=auto
|
||||
|
|
Loading…
Add table
Reference in a new issue