From b773f6f6e84dff6a4cb796cb2b6dc0497e4f5f3e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 16 Aug 2021 13:59:33 +0200 Subject: [PATCH] Yunomonitor doesn't support multiinstance --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 45cafa5..3470992 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "requirements": { "yunohost": ">= 4.2.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],