mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
add
This commit is contained in:
parent
a4159a7550
commit
a55bdfe0de
2 changed files with 102 additions and 44 deletions
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"name": "OnlyOffice",
|
||||
"id": "onlyoffice",
|
||||
"name": "PlexMediaServer",
|
||||
"id": "plexmediaserver",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "OnlyOffice package for YunoHost.",
|
||||
"fr": "OnlyOffice pour YunoHost."
|
||||
"en": "PlexMediaServer package for YunoHost.",
|
||||
"fr": "PlexMediaServer pour YunoHost."
|
||||
},
|
||||
"url": "https://",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "liberodark",
|
||||
"email": "liberodark@gmail.com",
|
||||
"url": "https://onlyoffice.com"
|
||||
"url": "https://www.plex.tv/"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.7.2"
|
||||
|
@ -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 PlexMediaServer",
|
||||
"fr": "Choisissez un nom de domaine pour PlexMediaServer"
|
||||
},
|
||||
"example": "example.com"
|
||||
},
|
||||
|
@ -37,13 +37,22 @@
|
|||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for OnlyOffice",
|
||||
"fr": "Choisissez un chemin pour OnlyOffice"
|
||||
"en": "Choose a path for PlexMediaServer only / is accepted",
|
||||
"fr": "Choisissez un chemin pour PlexMediaServer uniquement / est accepté"
|
||||
},
|
||||
"example": "/",
|
||||
"default": "/"
|
||||
},
|
||||
"example": "/onlyoffice",
|
||||
"default": "/onlyoffice"
|
||||
}
|
||||
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public site ?",
|
||||
"fr": "Est-ce un site public ?"
|
||||
},
|
||||
"default": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
49
manifest.json.old
Normal file
49
manifest.json.old
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "OnlyOffice",
|
||||
"id": "onlyoffice",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "OnlyOffice package for YunoHost.",
|
||||
"fr": "OnlyOffice pour YunoHost."
|
||||
},
|
||||
"url": "https://",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "liberodark",
|
||||
"email": "liberodark@gmail.com",
|
||||
"url": "https://onlyoffice.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.7.2"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"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"
|
||||
},
|
||||
"example": "/onlyoffice",
|
||||
"default": "/onlyoffice"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue