From 2e7c7fc7f77c1197cbbc2e1f27829affe9b45362 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Sun, 21 Mar 2021 13:36:30 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 106 +++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 54 deletions(-) diff --git a/manifest.json b/manifest.json index 6d85c27..f4c887f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,56 +1,54 @@ { - "name": "Mopidy", - "id": "mopidy", - "packaging_format": 1, - "description": { - "en": "An extensible music server to play music, podcasts and radio programs from local disk and various streaming services" - }, - "version": "3.1.1-ynh1", - "url": "https://www.mopidy.com/", - "license": "Apache-2.0", - "maintainer": { - "name": "siwinter", - "email": "siegfried.winter@arcor.de" - }, - "previous_maintainer": { - "name": "cyp", - "email": "cyp@rouquin.me" - }, - "requirements": { - "yunohost": ">= 4.0.8" - }, - "multi_instance": false, - "services": [ - "nginx" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain", - "ask": { - "en": "Choose a domain for Mopidy" - }, - "example": "example.org" - }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Mopidy" - }, - "example": "/mopidy", - "default": "/mopidy" - }, - { - "name": "is_public", - "type": "boolean", - "ask": { - "en": "Is it a public application?" - }, - "help": "en: public app can be used by anonymous visitors", - "default": false - } - ] - } + "name": "music", + "id": "musicbox", + "packaging_format": 1, + "description": { + "en": "webclient to control mopidy music server" + }, + "version": "1.0~ynh1", + "url": "https://www.mopidy.com/", + "license": "free", + "maintainer": { + "name": "John doe", + "email": "john.doe@example.com", + "url": "http://example.com" + }, + "requirements": { + "yunohost": ">= 3.5" + }, + "multi_instance": false, + "services": [ + "nginx" + ], + "arguments": { + "install" : [ + { + "name": "domain", + "type": "domain", + "ask": { + "en": "Choose a domain name for musicbox" + }, + "example": "example.com" + }, + { + "name": "path", + "type": "path", + "ask": { + "en": "Choose a path for ynhexample", + "fr": "Choisissez un chemin pour ynhexample" + }, + "example": "/example", + "default": "/musicbox" + }, + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" + }, + "default": true + } + ] + } }