mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update manifest.json
This commit is contained in:
parent
9029677354
commit
2e7c7fc7f7
1 changed files with 52 additions and 54 deletions
|
@ -1,23 +1,20 @@
|
|||
{
|
||||
"name": "Mopidy",
|
||||
"id": "mopidy",
|
||||
"name": "music",
|
||||
"id": "musicbox",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "An extensible music server to play music, podcasts and radio programs from local disk and various streaming services"
|
||||
"en": "webclient to control mopidy music server"
|
||||
},
|
||||
"version": "3.1.1-ynh1",
|
||||
"version": "1.0~ynh1",
|
||||
"url": "https://www.mopidy.com/",
|
||||
"license": "Apache-2.0",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "siwinter",
|
||||
"email": "siegfried.winter@arcor.de"
|
||||
},
|
||||
"previous_maintainer": {
|
||||
"name": "cyp",
|
||||
"email": "cyp@rouquin.me"
|
||||
"name": "John doe",
|
||||
"email": "john.doe@example.com",
|
||||
"url": "http://example.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.0.8"
|
||||
"yunohost": ">= 3.5"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
@ -29,27 +26,28 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Mopidy"
|
||||
"en": "Choose a domain name for musicbox"
|
||||
},
|
||||
"example": "example.org"
|
||||
"example": "example.com"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Mopidy"
|
||||
"en": "Choose a path for ynhexample",
|
||||
"fr": "Choisissez un chemin pour ynhexample"
|
||||
},
|
||||
"example": "/mopidy",
|
||||
"default": "/mopidy"
|
||||
"example": "/example",
|
||||
"default": "/musicbox"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"ask": {
|
||||
"en": "Is it a public application?"
|
||||
"en": "Is it a public application?",
|
||||
"fr": "Est-ce une application publique ?"
|
||||
},
|
||||
"help": "en: public app can be used by anonymous visitors",
|
||||
"default": false
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue