From 08ebc4c4c40275b351880c309cb668d71af090ba Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 16 Dec 2023 18:13:48 +0100 Subject: [PATCH] Disable multi_instance because meh --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 61350c3..ba324d6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://code.ffdn.org/ffdn/coin" [integration] yunohost = ">= 11.0.0" architectures = "all" -multi_instance = true +multi_instance = false ldap = false sso = false disk = "50M"