1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
Wekan package for YunoHost
Find a file
2020-02-21 19:45:58 +01:00
conf Upgrade to 3.79 2020-02-15 20:13:42 +01:00
scripts Upgrade simplification 2020-02-21 19:45:58 +01:00
.gitignore [fix] Mongodb fails starting on second install 2017-11-09 11:40:43 +01:00
check_process Update check_process 2020-02-19 21:21:10 +01:00
LICENSE Correct LICENSE 2019-02-05 21:41:22 +01:00
manifest.json Upgrade to 3.79 2020-02-15 20:13:42 +01:00
pull_request_template.md Create pull_request_template.md 2019-07-10 00:19:26 +02:00
README.md Upgrade to 3.79 2020-02-15 20:13:42 +01:00
screenshot.jpg Add screenshot 2019-01-29 02:26:53 +01:00

Wekan for Yunohost

Integration level
Install Wekan with 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: 3.79

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 enable by default, wekan admins are the members of the YunoHost LDAP admin group. To add an account in the YunoHost, you must first install phpLDAPadmin , connect to the interface and in the left panel go on dc=yunohost,dc=org, ou=groups, cn=admins. In the right panel, in the memberUid category, click on modify group members, add the account in the group, save changes and update object

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-users support

LDAP is supported but HTTP auth is still not supported

Supported architectures

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

Developers info

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