mirror of
https://github.com/YunoHost-Apps/zusam_ynh.git
synced 2024-09-03 18:05:54 +02:00
manifest.toml
This commit is contained in:
parent
d5456169c8
commit
2c10149527
1 changed files with 13 additions and 12 deletions
|
@ -28,16 +28,10 @@ ram.runtime = "50M"
|
|||
|
||||
[install]
|
||||
[install.domain]
|
||||
help.en = "Zusam can only be installed in a root domain or subdomain"
|
||||
help.fr = "Zusam ne peut être installé que dans un domaine racine ou un sous-domaine"
|
||||
type = "domain"
|
||||
|
||||
[install.path]
|
||||
type = "path"
|
||||
default = "/zusam"
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
|
@ -45,14 +39,21 @@ ram.runtime = "50M"
|
|||
choices = ["fr", "en"]
|
||||
default = "fr"
|
||||
|
||||
[install.admin]
|
||||
[install.first_user]
|
||||
ask.en = "Choose the first user of Zusam"
|
||||
ask.fr = "Choisissez le premier utilisateur de Zusam"
|
||||
type = "user"
|
||||
|
||||
[install.password]
|
||||
help.en = "Use the help field to add an information for the admin about this question."
|
||||
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
||||
[install.first_user_pass]
|
||||
ask.en = "Choose a password for the first user"
|
||||
ask.fr = "Choisissez le premier utilisateur"
|
||||
type = "password"
|
||||
|
||||
[install.first_group]
|
||||
ask.en = "Choose the first group for the first user"
|
||||
ask.fr = "Choisissez le premier groupe du premier utilisateur"
|
||||
type = "string"
|
||||
|
||||
[resources]
|
||||
|
||||
[resources.sources]
|
||||
|
|
Loading…
Reference in a new issue