From d0b4df7495623d433746190c222e2d29ae85d0bc Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 21:10:09 +0100 Subject: [PATCH 1/5] Reorder from example_ynh --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 98c2599..d9a6f81 100644 --- a/manifest.json +++ b/manifest.json @@ -2,11 +2,11 @@ "name": "Wekan", "id": "wekan", "packaging_format": 1, - "version": "1.07~ynh2", "description": { "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello" }, + "version": "1.07~ynh2", "url": "https://wekan.io", "license": "MIT", "maintainer": { From 8e771e845db5e6c2ef1bf682f55e01eda5de6de7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 21:12:41 +0100 Subject: [PATCH 2/5] Remove mongodb, not a yunohost base service --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d9a6f81..e01f71f 100644 --- a/manifest.json +++ b/manifest.json @@ -19,8 +19,7 @@ }, "multi_instance": true, "services": [ - "nginx", - "mongod" + "nginx" ], "arguments": { "install" : [ From 297c0a2dd86ec3a6f139e2b8d68c8f98a82b83c5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 21:13:37 +0100 Subject: [PATCH 3/5] Remove old source filename --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 61359cd..0b7bb83 100644 --- a/conf/app.src +++ b/conf/app.src @@ -5,4 +5,4 @@ SOURCE_SUM=1956dd19f17d76a6d820a15bcf93a3eb12172f9f5cb1dd40d9925b977e8f930d SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-1.07.tar.gz +SOURCE_FILENAME= From a14df4e8086a4b318afa18994e2631627316c2b5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 21:16:13 +0100 Subject: [PATCH 4/5] update version number to 2.09 --- README.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ed8ff1..ee4286f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Wekan is an open-source kanban board (task manager and organizer) [![Integration level](https://dash.yunohost.org/integration/wekan.svg)](https://dash.yunohost.org/appci/app/wekan) [![Install Wordpress with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=wekan) +**Shipped version:** 2.09 + ## Screenshot ![](screenshot.jpg) diff --git a/manifest.json b/manifest.json index e01f71f..13cf267 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello" }, - "version": "1.07~ynh2", + "version": "2.09~ynh1", "url": "https://wekan.io", "license": "MIT", "maintainer": { From 4fe78843712dc1adc189830d2dde5f78bb17d747 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 20 Feb 2019 16:42:47 +0100 Subject: [PATCH 5/5] Emphasis on current limitations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee4286f..a552aaf 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Wekan is an open-source kanban board (task manager and organizer) ## 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](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)... +- 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/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