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"