mirror of
https://github.com/YunoHost-Apps/gancio_ynh.git
synced 2024-09-03 20:36:19 +02:00
Use admin user
This commit is contained in:
parent
6e1731bca9
commit
29f633c98e
1 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,16 @@ ram.runtime = "50M"
|
|||
type = "select"
|
||||
choices = ['en', 'fr', 'en', 'it', 'zh', 'pt', 'nl', 'ru']
|
||||
default = "en"
|
||||
|
||||
[install.admin]
|
||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||
type = "user"
|
||||
[install.password]
|
||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||
# Note that user-provided passwords questions are not automatically saved as setting
|
||||
help.en = "Choose admin user password"
|
||||
help.fr = "Choisissez le mot de passe du compte d'administration."
|
||||
type = "password"
|
||||
|
||||
[resources]
|
||||
# See the packaging documentation for the full set
|
||||
|
|
Loading…
Reference in a new issue