mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
commit
43df62df17
3 changed files with 12 additions and 10 deletions
20
README.md
20
README.md
|
@ -1,16 +1,23 @@
|
||||||
# Wekan for Yunohost
|
# Wekan for Yunohost
|
||||||
|
|
||||||
Attempt to package 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)
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Status
|
## 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
|
## Infos
|
||||||
**Package by:** ljf & Aleks
|
|
||||||
|
|
||||||
|
**Package by:** ljf & Aleks
|
||||||
**Categories:** Productivity, Task
|
**Categories:** Productivity, Task
|
||||||
|
|
||||||
**Upgrade this package:**
|
**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.
|
**Private/Public mode:** In private mode, only authorized YunoHost members can access to the wekan.
|
||||||
|
|
||||||
**SSO/LDAP:** SSO and LDAP are not configured.
|
**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)
|
|
||||||
|
|
BIN
screenshot.jpg
Normal file
BIN
screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
|
@ -151,4 +151,4 @@ systemctl restart $app
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
|
||||||
ynh_print_info "Waiting for wekan to be up ..."
|
ynh_print_info "Waiting for wekan to be up ..."
|
||||||
sleep 10
|
sleep 20
|
||||||
|
|
Loading…
Add table
Reference in a new issue