mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Update manifest.toml
This commit is contained in:
parent
ae739152a2
commit
271fd6d4f2
1 changed files with 6 additions and 3 deletions
|
@ -18,11 +18,14 @@ admindoc = "https://framagit.org/framasoft/framadate/framadate/wikis/home"
|
||||||
code = "https://git.framasoft.org/framasoft/framadate"
|
code = "https://git.framasoft.org/framasoft/framadate"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "150M"
|
ram.build = "150M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
@ -43,7 +46,7 @@ ram.runtime = "50M"
|
||||||
ask.en = "Choose the default language of this OpenSondage"
|
ask.en = "Choose the default language of this OpenSondage"
|
||||||
ask.fr = "Choisissez la langue par défault d'OpenSondage"
|
ask.fr = "Choisissez la langue par défault d'OpenSondage"
|
||||||
ask.de = "Wählen Sie bitte die Standardsprache für OpenSondage."
|
ask.de = "Wählen Sie bitte die Standardsprache für OpenSondage."
|
||||||
type = "string"
|
type = "select"
|
||||||
choices = ["br", "de", "en", "es", "fr", "it", "nl", "oc"]
|
choices = ["br", "de", "en", "es", "fr", "it", "nl", "oc"]
|
||||||
default = "en"
|
default = "en"
|
||||||
|
|
||||||
|
@ -64,7 +67,7 @@ ram.runtime = "50M"
|
||||||
main.additional_urls = ["/adminstuds.php"]
|
main.additional_urls = ["/adminstuds.php"]
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "mariadb-server php8.0-mbstring php8.0-intl php8.0-xml php8.0-cli"
|
packages = "mariadb-server, php8.0-mbstring, php8.0-intl, php8.0-xml, php8.0-cli"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue