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:31:48 +01:00
parent d496db1138
commit aa851e5490

View file

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