mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
parent
362224cfd9
commit
003a067faf
1 changed files with 22 additions and 1 deletions
|
@ -45,7 +45,28 @@
|
|||
"default": "/"
|
||||
},
|
||||
|
||||
}
|
||||
{
|
||||
"name": "password",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "Choose a password for Collabora admin",
|
||||
"fr": "Choisissez un mot de passe pour l'administration de Collabora"
|
||||
},
|
||||
"example": "password",
|
||||
"default": ""
|
||||
|
||||
},
|
||||
{
|
||||
"name": "nextclouddomain",
|
||||
"type": "string",
|
||||
"ask": {
|
||||
"en": "The domain of your Nextcloud instance",
|
||||
"fr": "Le domain de votre instance Nextcloud"
|
||||
},
|
||||
"example": "example.com",
|
||||
"default": ""
|
||||
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue