1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Merge pull request #2 from siwinter/testing

pull master <- testing
This commit is contained in:
siwinter 2021-03-21 12:03:07 +01:00 committed by GitHub
commit b5d001b377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
"id": "mopidy", "id": "mopidy",
"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": "An extensible music server to play music, podcasts and radio programs from local disk and various streaming services"
}, },
"version": "3.1.1-ynh1", "version": "3.1.1-ynh1",
"url": "https://www.mopidy.com/", "url": "https://www.mopidy.com/",
@ -28,25 +28,23 @@
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Mopidy", "en": "Choose a domain for Mopidy",
"fr": "Choisissez un domaine pour Mopidy" "fr": "Choisissez un 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",
"help": "en: public app can be used by anonymous visitors",
"default": true
"ask": { "ask": {
"en": "Is it a public application?", "en": "Is it a public application?",
"fr": "Est-ce une application publique ?" "fr": "Est-ce une application publique ?"