mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
remove fixmes, bump revision
This commit is contained in:
parent
b082c4079c
commit
81c6af2f23
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ name = "SOGo"
|
|||
description.en = "Opensource groupware for E-Mail, Contacts and Calender"
|
||||
description.fr = "Groupware opensource pour les e-mail, contacts et calendrier"
|
||||
|
||||
version = "5.0.1~ynh2"
|
||||
version = "5.0.1~ynh3"
|
||||
|
||||
maintainers = ["Josué Tille"]
|
||||
|
||||
|
@ -26,9 +26,9 @@ architectures = "all"
|
|||
multi_instance = false
|
||||
ldap = true
|
||||
sso = true
|
||||
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 = "200M"
|
||||
ram.build = "300M"
|
||||
ram.runtime = "200M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Add table
Reference in a new issue