From b0b47eacd03854315842cd44876a6ef359a1a14f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 8 Mar 2019 01:41:31 +0100 Subject: [PATCH 1/2] reorder --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 4f48cfa..b7ac660 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -87,12 +87,12 @@ if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then ynh_install_app_dependencies "mongodb mongodb-server" yunohost service remove mongod yunohost service add mongodb --log "/var/log/mongodb/mongodb.log" - ynh_use_nodejs # Gotta regen the systemd config because mongodb service name changed + ynh_use_nodejs ynh_replace_string "__ENV_PATH__" "$nodejs_path" "../conf/systemd.service" ynh_replace_string "__DB_NAME__" "$db_name" "../conf/systemd.service" - ynh_replace_string "__DOMAIN_URI__" "$domain$path_url" "../conf/systemd.service" + ynh_replace_string "__DOMAIN_URI__" "$domain$path_url" "../conf/systemd.service" ynh_replace_string "__PORT__" "$port" "../conf/systemd.service" ynh_add_systemd_config fi From 0c6b777ca3ea7c554627bc6ce66a8a7640b1f870 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 13 Mar 2019 06:55:55 +0100 Subject: [PATCH 2/2] remove limitations from readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ff06768..5a4a386 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,6 @@ First registered user will be admin, and next ones normal users. If you want oth * ARMv8-A - Not supported * Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/wekan%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/wekan/) -## Limitations - -* Any known limitations. - ## Links * Report a bug: https://github.com/YunoHost-Apps/wekan_ynh/issues