mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Update manifest.toml
This commit is contained in:
parent
463819cf10
commit
54d7281b71
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ maintainers = ["Tagada"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
website = "https://glitch-soc.github.io/docs/"
|
website = "https://glitch-soc.github.io/docs/"
|
||||||
code = "https://github.com/glitch-soc/mastodon"
|
code = "https://github.com/glitch-soc/mastodon"
|
||||||
cpe = "???" # XXX: No CPE yet... The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search.
|
cpe = "???" # XXX: No CPE yet... The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search
|
||||||
fund = "???" # XXX: Nothing yet...
|
fund = "???" # XXX: Nothing yet...
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
|
@ -22,9 +22,9 @@ architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
sso = true
|
sso = true
|
||||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
disk = "2G"
|
||||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.build = "4G"
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.runtime = "1G"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
|
Loading…
Add table
Reference in a new issue