diff --git a/manifest.toml b/manifest.toml index d5f94ff..0c35f20 100644 --- a/manifest.toml +++ b/manifest.toml @@ -13,12 +13,12 @@ maintainers = ["Jens Diemer"] [upstream] # https://yunohost.org/en/packaging_manifest#upstream-section license = "GPL-3.0-or-later" -website = "https://github.com/YunoHost-Apps/pyinventory_ynh" admindoc = "https://github.com/YunoHost-Apps/pyinventory_ynh" userdoc = "https://github.com/jedie/PyInventory" code = "https://github.com/YunoHost-Apps/pyinventory_ynh" + [integration] # https://yunohost.org/en/packaging_manifest#integration-section yunohost = ">=11" @@ -31,7 +31,10 @@ ram.build = "50M" # **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, .. ram.runtime = "50M" # **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... + [install] +# https://yunohost.org/en/packaging_manifest#install-questions + [install.domain] # this is a generic question - ask strings are automatically handled by Yunohost's core type = "domain" @@ -63,9 +66,7 @@ ram.runtime = "50M" # **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, [install.debug_enabled] # __DEBUG_ENABLED__ ask.en = "Should be never enabled in production!" - type = "select" - choices = ["YES", "NO"] - default = "NO" + type = "boolean" [install.log_level] # __LOG_LEVEL__ ask.en = "Logging level"