mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix
This commit is contained in:
parent
d496db1138
commit
aa851e5490
1 changed files with 56 additions and 54 deletions
|
@ -6,7 +6,8 @@
|
|||
"en": "OnlyOffice package for YunoHost.",
|
||||
"fr": "OnlyOffice pour YunoHost."
|
||||
},
|
||||
"url": "https://onlyoffice.com",
|
||||
"version": "3.5.2",
|
||||
"url": "https://www.onlyoffice.com/",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "liberodark",
|
||||
|
@ -15,33 +16,34 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 2.7.2"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [
|
||||
{
|
||||
"install": [{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for onlyoffice",
|
||||
"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"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for OnlyOffice",
|
||||
"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"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
|
|
Loading…
Add table
Reference in a new issue