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

@ -28,25 +28,23 @@
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Mopidy",
"fr": "Choisissez un domaine pour Mopidy"
},
"ask": {
"en": "Choose a domain for Mopidy",
"fr": "Choisissez un domaine pour Mopidy"
},
"example": "example.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Mopidy",
"fr": "Choisissez un chemin pour Mopidy"
},
"example": "/mopidy",
"default": "/mopidy"
},
{
"name": "is_public",
"type": "boolean",
"help": "en: public app can be used by anonymous visitors",
"default": true
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"