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,4 +1,4 @@
{
{
"name": "OnlyOffice",
"id": "onlyoffice",
"packaging_format": 1,
@ -10,7 +10,7 @@
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
@ -22,7 +22,8 @@
"mysql"
],
"arguments": {
"install": [{
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
@ -31,7 +32,6 @@
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
@ -42,7 +42,6 @@
"example": "/onlyoffice",
"default": "/onlyoffice"
},
{
"name": "is_public",
"type": "boolean",