diff --git a/README.md b/README.md index 61df757..f18716d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Meilisearch is an opensource next generation search API. At the installation, be sure to set up an API key to secure your API. +## Problem and todo +- Doesn't install on subpath (WIP). #### Multi-users support diff --git a/manifest.json b/manifest.json index d7b5349..9346c56 100644 --- a/manifest.json +++ b/manifest.json @@ -27,21 +27,11 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for Meilisearch", - "fr": "Choisissez un nom de domaine pour Meilisearch" + "en": "Choose a dedicated domain name for Meilisearch", + "fr": "Choisissez un nom de domaine dédié pour Meilisearch" }, "example": "example.com" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for Meilisearch", - "fr": "Choisissez un chemin pour Meilisearch" - }, - "example": "/meilisearch", - "default": "/meilisearch" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index da0a202..a2d2a71 100644 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC master_key=$YNH_APP_ARG_MASTER_KEY allow_analyse=$YNH_APP_ARG_ALLOW_ANALYSE