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

stay with ask-strings

without ask-strings install script not working from webUI
This commit is contained in:
siwinter 2021-03-23 01:09:43 +01:00 committed by GitHub
parent bec16d5e48
commit 501e1ca09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
"id": "mopidy",
"packaging_format": 1,
"description": {
"en": "An extensible music server to play music, podcasts and radio programs from local disk and various streaming services"
"en": "plays music, podcasts and radio programs from local disk and various streaming services"
},
"version": "3.1.1-ynh2",
"url": "https://www.mopidy.com/",
@ -28,17 +28,26 @@
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Calibre-web"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Calibre-web"
},
"example": "/example",
"default": "/mopidy"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?"
},
"help": {
"en": "public app can be used by anonymous visitors"
},