mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
revert fbfebbb7d6
This commit is contained in:
parent
094c0e5424
commit
3839359d78
1 changed files with 44 additions and 53 deletions
|
@ -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"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue