mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
simplify manifest
This commit is contained in:
parent
b831ad8aa2
commit
5a3d979e72
1 changed files with 2 additions and 15 deletions
|
@ -3,10 +3,9 @@
|
||||||
"id": "mopidy",
|
"id": "mopidy",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Mopidy - is an extensible music server written in Python.",
|
"en": "An extensible music server to play audio from your music collection and various streaming services"
|
||||||
"fr": "Mopidy - est un serveur de musique extensible écrit en Python"
|
|
||||||
},
|
},
|
||||||
"version": "1.0.2",
|
"version": "3.1.1-ynh1",
|
||||||
"url": "https://www.mopidy.com/",
|
"url": "https://www.mopidy.com/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -29,29 +28,17 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain name for Mopidy",
|
|
||||||
"fr": "Choisissez un nom de domaine pour Mopidy"
|
|
||||||
},
|
|
||||||
"example": "example.org"
|
"example": "example.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Mopidy",
|
|
||||||
"fr": "Choisissez un chemin pour Mopidy"
|
|
||||||
},
|
|
||||||
"example": "/mopidy",
|
"example": "/mopidy",
|
||||||
"default": "/mopidy"
|
"default": "/mopidy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Is it a public application?",
|
|
||||||
"fr": "Est-ce une application publique ?"
|
|
||||||
},
|
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue