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-09-13 23:20:04 +02:00 committed by GitHub
parent a1fb9bc770
commit 9c3a446db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,32 +1,32 @@
{ {
"name": "Mopidy", "id": "mopidy",
"id": "mopidy", "name": "Mopidy",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Play music, podcasts and radio programs from local disk and various streaming services", "en": "Play music, podcasts and radio programs from local disk and various streaming services",
"fr": "Écouter de la musique, des podcasts et des programmes radio depuis le disque local et divers services de streaming" "fr": "Écouter de la musique, des podcasts et des programmes radio depuis le disque local et divers services de streaming"
}, },
"version": "3.2.0~ynh1", "version": "3.2.0~ynh1",
"url": "https://www.mopidy.com/", "url": "https://www.mopidy.com",
"upstream": { "upstream": {
"license": "Apache-2.0", "license": "Apache-2.0",
"website": "https://www.mopidy.com/", "website": "https://www.mopidy.com",
"admindoc": "https://docs.mopidy.com/en/latest/", "admindoc": "https://docs.mopidy.com/en/latest",
"userdoc": "https://yunohost.org/apps", "userdoc": "https://yunohost.org/apps/",
"code": "https://github.com/mopidy/mopidy" "code": "https://github.com/mopidy/mopidy"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {
"name": "siwinter", "name": "siwinter",
"email": "siegfried.winter@arcor.de" "email": "siegfried.winter@arcor.de"
}, },
"previous_maintainer": { "previous_maintainer": {
"name": "cyp", "name": "cyp",
"email": "cyp@rouquin.me" "email": "cyp@rouquin.me"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.2.0" "yunohost": ">= >= 4.2.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
"nginx" "nginx"
@ -41,14 +41,14 @@
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"example": "/example", "example": "/mopidy",
"default": "/mopidy" "default": "/mopidy"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "Public app can be used by anonymous visitors", "en": "Public app can be used by anonymous visitors.",
"fr": "L'application publique peut être utilisée par des visiteurs anonymes " "fr": "L'application publique peut être utilisée par des visiteurs anonymes "
}, },
"default": false "default": false