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:24:34 +01:00
parent 253c533163
commit d496db1138

View file

@ -1,57 +1,56 @@
{ {
"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://onlyoffice.com", "url": "https://onlyoffice.com",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "liberodark", "name": "liberodark",
"email": "liberodark@gmail.com", "email": "liberodark@gmail.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 2.7.2" "yunohost": ">= 2.7.2"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"php5-fpm", "php5-fpm",
"mysql" "mysql"
], ],
"arguments": { "arguments": {
"install": [{ "install": [
"name": "domain", {
"type": "domain", "name": "domain",
"ask": { "type": "domain",
"en": "Choose a domain name for onlyoffice", "ask": {
"fr": "Choisissez un nom de domaine pour onlyoffice" "en": "Choose a domain name for onlyoffice",
}, "fr": "Choisissez un nom de domaine pour onlyoffice"
"example": "example.com" },
}, "example": "example.com"
},
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for OnlyOffice", "en": "Choose a path for OnlyOffice",
"fr": "Choisissez un chemin pour OnlyOffice" "fr": "Choisissez un chemin pour OnlyOffice"
}, },
"example": "/onlyoffice", "example": "/onlyoffice",
"default": "/onlyoffice" "default": "/onlyoffice"
}, },
{
{ "name": "is_public",
"name": "is_public", "type": "boolean",
"type": "boolean", "ask": {
"ask": { "en": "Is it a public site ?",
"en": "Is it a public site ?", "fr": "Est-ce un site public ?"
"fr": "Est-ce un site public ?" },
}, "default": "true"
"default": "true" }
} ]
] }
}
} }