mirror of
https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git
synced 2024-09-03 19:36:27 +02:00
Remove fixmes from manifest.toml
This commit is contained in:
parent
65b4a29e94
commit
d60f0c0046
1 changed files with 4 additions and 5 deletions
|
@ -17,8 +17,7 @@ website = "https://lionwiki-t2t.sourceforge.io/"
|
||||||
admindoc = "https://lionwiki-t2t.sourceforge.io/"
|
admindoc = "https://lionwiki-t2t.sourceforge.io/"
|
||||||
userdoc = "https://github.com/farvardin/whatistxt2tags"
|
userdoc = "https://github.com/farvardin/whatistxt2tags"
|
||||||
code = "https://sourceforge.net/projects/lionwiki-t2t"
|
code = "https://sourceforge.net/projects/lionwiki-t2t"
|
||||||
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)
|
cpe = "cpe:2.3:a:lionwiki:lionwiki"
|
||||||
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]
|
[integration]
|
||||||
yunohost = ">=11.2"
|
yunohost = ">=11.2"
|
||||||
|
@ -26,9 +25,9 @@ architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
disk = "50M"
|
||||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.build = "200M"
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
|
Loading…
Reference in a new issue