From ebb899ccd2b0df7aac60e69fea3af1c4d47775d7 Mon Sep 17 00:00:00 2001 From: David Sterry Date: Thu, 9 Dec 2021 19:45:45 -0800 Subject: [PATCH] Turn off multi-instance capability (#25) * add description and disclaimer * not multi-instance --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 915b931..3c742a9 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "requirements": { "yunohost": ">= 4.3.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],