From 501e1ca09f468d8d15c05679034682842e141917 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Tue, 23 Mar 2021 01:09:43 +0100 Subject: [PATCH] stay with ask-strings without ask-strings install script not working from webUI --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e59a50e..4001a51 100644 --- a/manifest.json +++ b/manifest.json @@ -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" },