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:
parent
bec16d5e48
commit
501e1ca09f
1 changed files with 10 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue