1
0
Fork 0
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:
dragondaddy 2023-08-08 18:08:27 +02:00
parent d5456169c8
commit 2c10149527

View file

@ -28,16 +28,10 @@ ram.runtime = "50M"
[install] [install]
[install.domain] [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" type = "domain"
[install.path]
type = "path"
default = "/zusam"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language] [install.language]
ask.en = "Choose the application language" ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application" ask.fr = "Choisissez la langue de l'application"
@ -45,14 +39,21 @@ ram.runtime = "50M"
choices = ["fr", "en"] choices = ["fr", "en"]
default = "fr" 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" type = "user"
[install.password] [install.first_user_pass]
help.en = "Use the help field to add an information for the admin about this question." ask.en = "Choose a password for the first user"
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." ask.fr = "Choisissez le premier utilisateur"
type = "password" 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]
[resources.sources] [resources.sources]