conf | ||
scripts | ||
sources | ||
.gitignore | ||
check_process | ||
LICENSE | ||
manifest.json | ||
README.md | ||
screenshot.jpg |
Wekan for Yunohost
This package allow you to install wekan quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.
Overview
Wekan is an open-source kanban board (task manager and organizer)
Shipped version: 2.40
Screenshots
Status
-
This app only works on x86, 64bits architecture ! In particular, it won't work on 32 bit machines or ARM. See the discussion here. On the long term, support for ARM64 might happen...
-
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. 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 Categories: Productivity, Task
Upgrade this package:
sudo yunohost app upgrade --verbose wekan -u https://github.com/YunoHost-Apps/wekan_ynh
Multi-user: Yes.
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
Limitations
- Any known limitations.
Links
- Report a bug: https://github.com/YunoHost-Apps/wekan_ynh/issues
- App website: https://wekan.github.io/
- Github App website: https://github.com/wekan/wekan
- 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.
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