1
0
Fork 0
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:
siwinter 2021-03-21 13:36:30 +01:00 committed by GitHub
parent 9029677354
commit 2e7c7fc7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,56 +1,54 @@
{ {
"name": "Mopidy", "name": "music",
"id": "mopidy", "id": "musicbox",
"packaging_format": 1, "packaging_format": 1,
"description": { "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/", "url": "https://www.mopidy.com/",
"license": "Apache-2.0", "license": "free",
"maintainer": { "maintainer": {
"name": "siwinter", "name": "John doe",
"email": "siegfried.winter@arcor.de" "email": "john.doe@example.com",
}, "url": "http://example.com"
"previous_maintainer": { },
"name": "cyp", "requirements": {
"email": "cyp@rouquin.me" "yunohost": ">= 3.5"
}, },
"requirements": { "multi_instance": false,
"yunohost": ">= 4.0.8" "services": [
}, "nginx"
"multi_instance": false, ],
"services": [ "arguments": {
"nginx" "install" : [
], {
"arguments": { "name": "domain",
"install" : [ "type": "domain",
{ "ask": {
"name": "domain", "en": "Choose a domain name for musicbox"
"type": "domain", },
"ask": { "example": "example.com"
"en": "Choose a domain for Mopidy" },
}, {
"example": "example.org" "name": "path",
}, "type": "path",
{ "ask": {
"name": "path", "en": "Choose a path for ynhexample",
"type": "path", "fr": "Choisissez un chemin pour ynhexample"
"ask": { },
"en": "Choose a path for Mopidy" "example": "/example",
}, "default": "/musicbox"
"example": "/mopidy", },
"default": "/mopidy" {
}, "name": "is_public",
{ "type": "boolean",
"name": "is_public", "ask": {
"type": "boolean", "en": "Is it a public application?",
"ask": { "fr": "Est-ce une application publique ?"
"en": "Is it a public application?" },
}, "default": true
"help": "en: public app can be used by anonymous visitors", }
"default": false ]
} }
]
}
} }