From 83dd280b5408bfa0dd32514ad4d5e83f71b977b8 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 22:17:08 +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 13a61d7..ba87bcf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,11 @@ code = "https://github.com/zedeus/nitter" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = true + disk = "50M" ram.build = "2000M" ram.runtime = "50M" @@ -85,4 +88,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "acl nim libsass-dev" + packages = "acl, nim, libsass-dev"