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.",
|
||||
"fr": "OnlyOffice pour YunoHost."
|
||||
},
|
||||
"version": "3.5.2",
|
||||
"url": "https://www.onlyoffice.com/",
|
||||
"url": "https://",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "liberodark",
|
||||
"email": "liberodark@gmail.com"
|
||||
"email": "liberodark@gmail.com",
|
||||
"url": "https://onlyoffice.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.7.2"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
|
@ -27,8 +27,8 @@
|
|||
"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"
|
||||
},
|
||||
|
@ -37,22 +37,13 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for OnlyOffice /onlyoffice is accepted",
|
||||
"fr": "Choisissez un chemin pour OnlyOffice /onlyoffice est accepté"
|
||||
"en": "Choose a path for OnlyOffice",
|
||||
"fr": "Choisissez un chemin pour OnlyOffice"
|
||||
},
|
||||
"example": "/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