From 2470f689aeda38a84355dc86316abc2c8bd536b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:06:03 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index d844705..56131ef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,8 +19,11 @@ code = "https://github.com/grafana/grafana" yunohost = ">= 11.2" architectures = "all" multi_instance = false -ldap = false -sso = false + +ldap = true + +sso = true + disk = "50M" ram.build = "50M" ram.runtime = "50M"