mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Prompt for admin user
This commit is contained in:
parent
89ac817084
commit
6c0a704387
1 changed files with 9 additions and 0 deletions
|
@ -48,6 +48,15 @@
|
|||
"choices": ["fr", "en"],
|
||||
"default": "en"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask":{
|
||||
"en": "An email alias outline@domain.tld will be created for admin user",
|
||||
"fr": "Un alias email outline@domain.tld seera créé pour l'admin"
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "slack_key",
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in a new issue