From f2098bb2a1759d0c7fa8e3dda2bf5e532b65ed30 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Jun 2021 11:47:33 +0200 Subject: [PATCH] fix --- check_process | 3 +-- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 7b9bd69..03b75a3 100644 --- a/check_process +++ b/check_process @@ -13,8 +13,7 @@ setup_public=1 upgrade=1 backup_restore=1 - multi_instance=1 - port_already_use=1 + multi_instance=0 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index 406dd95..72debb0 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "version": "2.4.1~ynh1", "url": "https://github.com/hackmdio/codimd", "upstream": { - "license": "free", + "license": "AGPL-3.0-only", "website": "https://hackmd.io/", "admindoc": "https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#Administration-Guides", "userdoc": "https://hackmd.io/c/codimd-documentation/%2Fs%2Fcodimd-documentation#User-Guides", @@ -22,7 +22,7 @@ "requirements": { "yunohost": ">= 4.2.4" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],