From 69c38ec721bcd0a79b2bb5137232338825d2fa02 Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Wed, 23 Nov 2022 17:23:35 +0100 Subject: [PATCH] Remove multi-instance support for now (conflict with folder names) --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9f25a3a..8d2fc59 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,7 @@ "requirements": { "yunohost": ">= 11.0.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],