1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Revert "Try fix"

This reverts commit 4c55b2437d.
This commit is contained in:
liberodark 2018-11-06 10:05:33 +01:00
parent 362224cfd9
commit 003a067faf

View file

@ -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": ""
}
]