mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
test
This commit is contained in:
parent
253c533163
commit
d496db1138
1 changed files with 55 additions and 56 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"name": "OnlyOffice",
|
"name": "OnlyOffice",
|
||||||
"id": "onlyoffice",
|
"id": "onlyoffice",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "liberodark",
|
"name": "liberodark",
|
||||||
"email": "liberodark@gmail.com",
|
"email": "liberodark@gmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.7.2"
|
"yunohost": ">= 2.7.2"
|
||||||
|
@ -22,7 +22,8 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [{
|
"install": [
|
||||||
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
|
@ -31,7 +32,6 @@
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
|
@ -42,7 +42,6 @@
|
||||||
"example": "/onlyoffice",
|
"example": "/onlyoffice",
|
||||||
"default": "/onlyoffice"
|
"default": "/onlyoffice"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
Loading…
Add table
Reference in a new issue