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,4 +1,4 @@
{ {
"name": "OnlyOffice", "name": "OnlyOffice",
"id": "onlyoffice", "id": "onlyoffice",
"packaging_format": 1, "packaging_format": 1,
@ -6,17 +6,17 @@
"en": "OnlyOffice package for YunoHost.", "en": "OnlyOffice package for YunoHost.",
"fr": "OnlyOffice pour YunoHost." "fr": "OnlyOffice pour YunoHost."
}, },
"version": "3.5.2", "url": "https://",
"url": "https://www.onlyoffice.com/",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "liberodark", "name": "liberodark",
"email": "liberodark@gmail.com" "email": "liberodark@gmail.com",
"url": "https://onlyoffice.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 2.7.2" "yunohost": ">= 2.7.2"
}, },
"multi_instance": true, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"php5-fpm", "php5-fpm",
@ -27,8 +27,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for OnlyOffice", "en": "Choose a domain name for onlyoffice",
"fr": "Choisissez un nom de domaine pour OnlyOffice" "fr": "Choisissez un nom de domaine pour onlyoffice"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -37,22 +37,13 @@
"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"
}
] ]
} }
} }