1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

fix manifest

This commit is contained in:
liberodark 2018-11-19 15:54:59 +01:00
parent a55bdfe0de
commit e5174510dd

View file

@ -1,17 +1,16 @@
{ {
"name": "PlexMediaServer", "name": "OnlyOffice",
"id": "plexmediaserver", "id": "onlyoffice",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "PlexMediaServer package for YunoHost.", "en": "OnlyOffice package for YunoHost.",
"fr": "PlexMediaServer pour YunoHost." "fr": "OnlyOffice pour YunoHost."
}, },
"url": "https://", "url": "https://www.plex.tv/",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "liberodark", "name": "liberodark",
"email": "liberodark@gmail.com", "email": "liberodark@gmail.com"
"url": "https://www.plex.tv/"
}, },
"requirements": { "requirements": {
"yunohost": ">= 2.7.2" "yunohost": ">= 2.7.2"
@ -27,8 +26,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for PlexMediaServer", "en": "Choose a domain name for OnlyOffice",
"fr": "Choisissez un nom de domaine pour PlexMediaServer" "fr": "Choisissez un nom de domaine pour OnlyOffice"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -37,11 +36,11 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for PlexMediaServer only / is accepted", "en": "Choose a path for OnlyOffice only / is accepted",
"fr": "Choisissez un chemin pour PlexMediaServer uniquement / est accepté" "fr": "Choisissez un chemin pour OnlyOffice uniquement / est accepté"
}, },
"example": "/", "example": "/onlyoffice",
"default": "/" "default": "onlyoffice"
}, },
{ {