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

60 lines
1.6 KiB
JSON
Raw Normal View History

2017-06-21 11:34:24 +02:00
{
"name": "Collabora online package for YunoHost",
"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",
"url": "http://example.com"
},
"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"
},
2017-07-11 11:23:52 +02:00
{
"name": "path",
"type": "path",
"ask": {
2017-09-03 16:02:32 +02:00
"en": "Choose a path for Collabora only / is accepted",
2017-07-11 11:23:52 +02:00
"fr": "Choisissez un chemin pour Collabora uniquement / est accepté"
},
"example": "/",
"default": "/"
},
2017-06-21 11:34:24 +02:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}