diff --git a/manifest.toml b/manifest.toml index 7f35cc5..7f4d071 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,14 +19,17 @@ admindoc = "https://docs.framasoft.org/fr/jitsimeet/mumble.html" code = "https://github.com/Johni0702/mumble-web/" [integration] -yunohost = ">= 11.0.9" +yunohost = ">= 11.2" architectures = "all" multi_instance = true -ldap = "not_relevant" -sso = "not_relevant" -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... + +ldap = false + +sso = false + +disk = "50M" +ram.build = "1500M" +ram.runtime = "50M" [install] [install.domain] @@ -40,7 +43,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.sources.main] url = "https://github.com/Johni0702/mumble-web/archive/4ef594c8a097d180700d22d91e9a7fea3bab08ac.tar.gz" sha256 = "27ced80fc7a3035af531226658903ecd8a18881e045ebb5684d0a503ef67fb1d" - + autoupdate.upstream = "https://github.com/Johni0702/mumble-web" autoupdate.strategy = "latest_github_commit" [resources.system_user]