mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update manifest.toml
This commit is contained in:
parent
3ff537369e
commit
b1112935fa
1 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,8 @@ packaging_format = 2
|
|||
|
||||
id = "fab-manager"
|
||||
name = "Fab-manager"
|
||||
description.en = "Fab Lab management solution."
|
||||
description.en = "Fab Lab management solution"
|
||||
description.fr = "Solution de gestion de Fab Lab"
|
||||
|
||||
version = "5.6.5~ynh2"
|
||||
|
||||
|
@ -23,9 +24,9 @@ architectures = "all"
|
|||
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 = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Add table
Reference in a new issue