From d2c180ba13f9e2af0b8884c9e91f91c024b7445a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 11 Sep 2020 15:42:03 +0200 Subject: [PATCH 1/2] [fix] propagate mongodb service name in yunohost --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1d80f3f..5241f78 100755 --- a/scripts/install +++ b/scripts/install @@ -178,7 +178,7 @@ find "$final_path" -type d -print0 | xargs -0 chmod 750 ynh_print_info --message="Integrating service in YunoHost..." yunohost service add $app --description "Wekan daemon" -yunohost service add mongodb --description "MongoDB daemon" --log "/var/log/mongodb/mongodb.log" +yunohost service add $mongodb_servicename --description "MongoDB daemon" --log "/var/log/mongodb/mongodb.log" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 957c1c5..1f5a2f2 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -108,7 +108,7 @@ if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then ynh_remove_app_dependencies ynh_install_app_dependencies "mongodb mongodb-server" yunohost service remove mongod - yunohost service add mongodb --log "/var/log/mongodb/mongodb.log" + yunohost service add $mongodb_servicename --log "/var/log/mongodb/mongodb.log" fi if ynh_version_gt "2.56~ynh1" "${previous_version}" ; then From 57fa774123fac74a47031f41704b69a624a44dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 11 Sep 2020 22:40:15 +0200 Subject: [PATCH 2/2] Update README.md - *Add badges* --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1bc977c..7e59776 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wekan for Yunohost -[![Integration level](https://dash.yunohost.org/integration/wekan.svg)](https://dash.yunohost.org/appci/app/wekan) +[![Integration level](https://dash.yunohost.org/integration/wekan.svg)](https://dash.yunohost.org/appci/app/wekan) ![](https://ci-apps.yunohost.org/ci/badges/wekan.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/wekan.maintain.svg) [![Install Wekan with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=wekan) > *This package allow you to install Wekan quickly and simply on a YunoHost server. @@ -17,7 +17,7 @@ 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). +- 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). - 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. @@ -43,6 +43,7 @@ If you have disable ldap authentication, first registered user will be admin, an ## Documentation * Official documentation: https://github.com/wekan/wekan/wiki + * YunoHost documentation: https://yunohost.org/#/app_wekan ## YunoHost specific features @@ -52,7 +53,7 @@ LDAP is supported but HTTP auth is still not supported #### Supported architectures -* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/wekan%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/wekan/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/wekan%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/wekan/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/wekan%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/wekan/) ## Links @@ -64,8 +65,7 @@ LDAP is supported but HTTP auth is still not supported --- -Developers info ----------------- +## Developers info Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/wekan_ynh/tree/testing).