diff --git a/manifest.toml b/manifest.toml index b5afb35..f12b273 100644 --- a/manifest.toml +++ b/manifest.toml @@ -15,8 +15,6 @@ website = "https://www.focalboard.com/" admindoc = "https://www.focalboard.com/guide/admin/" userdoc = "https://www.focalboard.com/guide/user/" code = "https://github.com/mattermost/focalboard" -cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number) -fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin. [integration] yunohost = ">= 11.1.12" @@ -24,9 +22,9 @@ architectures = ["amd64"] multi_instance = false ldap = false sso = false -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, ... +disk = "50M" +ram.build = "150M" +ram.runtime = "50M" [install] [install.domain]