mirror of
https://github.com/YunoHost-Apps/statpingng_ynh.git
synced 2024-09-03 20:26:24 +02:00
cleaning
This commit is contained in:
parent
00cb0d4b95
commit
e10c5ed3c2
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,14 @@ userdoc = "https://statping-ng.github.io/"
|
|||
code = "https://github.com/statping-ng/statping-ng/"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.20"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -29,7 +32,6 @@ ram.runtime = "50M"
|
|||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
full_domain = true
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
|
@ -38,7 +40,7 @@ ram.runtime = "50M"
|
|||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = ["fr", "en", "es", "ru", "de", "cs", "ja", "ko", "it", "zh"]
|
||||
default = "fr"
|
||||
|
||||
|
@ -46,8 +48,6 @@ ram.runtime = "50M"
|
|||
type = "user"
|
||||
|
||||
[install.password]
|
||||
help.en = "Choose an admin password"
|
||||
help.fr = "Choisissez une phrase de passe pour l'administrateur."
|
||||
type = "password"
|
||||
|
||||
[resources]
|
||||
|
|
Loading…
Reference in a new issue