From 8b4eecd5f8f4b1fe240dde0f885d06c136db8aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:20:26 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 0fe3852..253514c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,11 +16,14 @@ demo = "https://hextris.io/" code = "https://github.com/Hextris/Hextris" [integration] -yunohost = ">= 11.1.20" +yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M"