From d296bd73f7ae6b8671217fa0bdaa2b77f53bb722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:38:46 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 65014c7..c6368a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Biboumi" description.en = "XMPP gateway for the IRC network" description.fr = "Passerelle XMPP pour le réseau IRC" -version = "8.3~ynh2" +version = "8.3~ynh3" maintainers = ["pitchum"] @@ -19,13 +19,17 @@ code = "https://lab.louiz.org/louiz/biboumi" yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" [install] + [install.domain] type = "domain" @@ -44,4 +48,4 @@ ram.runtime = "50M" [resources.permissions] [resources.apt] - packages = "metronome biboumi" + packages = "metronome, biboumi"