1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00
collabora_ynh/manifest.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2017-06-21 11:34:24 +02:00
{
2018-02-05 19:09:21 +01:00
"name": "Collabora Online",
2017-06-21 11:34:24 +02:00
"id": "collabora",
"packaging_format": 1,
"description": {
"en": "Collabora online package for YunoHost.",
"fr": "Collabora online pour YunoHost."
},
"url": "https://",
"license": "free",
"maintainer": {
"name": "rafi59",
"email": "rafi59_dev@srvmaison.fr.nf",
2018-02-05 19:09:21 +01:00
"url": "https://collaboraoffice.com"
2017-06-21 11:34:24 +02:00
},
"requirements": {
2017-09-05 12:50:13 +02:00
"yunohost": ">= 2.7.2"
2017-06-21 11:34:24 +02:00
},
2017-09-05 11:44:50 +02:00
"multi_instance": false,
2017-06-21 11:34:24 +02:00
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for collabora",
"fr": "Choisissez un nom de domaine pour collabora"
},
"example": "example.com"
},
2018-11-02 18:19:18 +01:00
2017-11-11 16:24:08 +01:00
{
"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",
2018-02-05 19:09:21 +01:00
"default": ""
},
{
"name": "nextclouddomain",
"type": "string",
"ask": {
"en": "The domain of your Nextcloud instance",
"fr": "Le domain de votre instance Nextcloud"
},
"example": "example.com",
2017-11-11 16:24:08 +01:00
"default": ""
}
2017-06-21 11:34:24 +02:00
]
}
}