1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
wekan_ynh/README.md
2020-09-30 23:24:19 +02:00

3.2 KiB

Wekan for YunoHost

Integration level
Install Wekan with YunoHost

This package allows you to install Wekan quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Wekan is an open-source kanban board (task manager and organizer)

Shipped version: 4.09

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.

  • 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

Package by: ljf & Aleks Categories: Productivity, Task

Configuration

As LDAP authentification is enabled by default, Wekan admins correspond to the permission Wekan Admin. The user you choose during installation is member of this group. To add an admin account, you can:

  • [with the webadmin] go to Users > Groups and permissions > Add the user to the permission Wekan Admin
  • [or with the command line] yunohost user permission update wekan.admin -a the_user_to_add

All others YunhoHost user can access with LDAP authentication.

If you have disable ldap authentication, 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.

Private/Public mode: In private mode, only authorized YunoHost members can access to the Wekan.

Documentation

YunoHost specific features

Multi-user support

LDAP is supported but HTTP auth is still not supported

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Developer info

Please send 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