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
a1fb9bc770
commit
9c3a446db4
1 changed files with 22 additions and 22 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue