1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
liberodark 2018-11-19 15:51:00 +01:00
parent 5eb19f5b83
commit a4159a7550

View file

@ -1,58 +1,49 @@
{ {
"name": "OnlyOffice", "name": "OnlyOffice",
"id": "onlyoffice", "id": "onlyoffice",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "OnlyOffice package for YunoHost.", "en": "OnlyOffice package for YunoHost.",
"fr": "OnlyOffice pour YunoHost." "fr": "OnlyOffice pour YunoHost."
},
"url": "https://",
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com",
"url": "https://onlyoffice.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for onlyoffice",
"fr": "Choisissez un nom de domaine pour onlyoffice"
},
"example": "example.com"
}, },
"version": "3.5.2",
"url": "https://www.onlyoffice.com/",
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for OnlyOffice",
"fr": "Choisissez un nom de domaine pour OnlyOffice"
},
"example": "example.com"
},
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for OnlyOffice /onlyoffice is accepted", "en": "Choose a path for OnlyOffice",
"fr": "Choisissez un chemin pour OnlyOffice /onlyoffice est accepté" "fr": "Choisissez un chemin pour OnlyOffice"
}, },
"example": "/onlyoffice", "example": "/onlyoffice",
"default": "/onlyoffice" "default": "/onlyoffice"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
} }
]
}
} }