From ac61b059f4410d14f954b403a484b27281c03afb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 18 Mar 2022 22:42:49 +0100 Subject: [PATCH] remove multi_instance --- check_process | 3 +-- manifest.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index fc00632..4b16641 100644 --- a/check_process +++ b/check_process @@ -3,7 +3,6 @@ domain="domain.tld" path="/path" is_public=1 - port="666" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -14,7 +13,7 @@ upgrade=1 #upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=1 + multi_instance=0 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index 4d66b3e..f9b0f6c 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ "requirements": { "yunohost": ">= 4.3.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],