mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
[WIP] Disable subdir for instance
This commit is contained in:
parent
b44f3fa285
commit
233a48c5c1
3 changed files with 5 additions and 13 deletions
|
@ -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.
|
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
|
#### Multi-users support
|
||||||
|
|
||||||
|
|
|
@ -27,21 +27,11 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain name for Meilisearch",
|
"en": "Choose a dedicated domain name for Meilisearch",
|
||||||
"fr": "Choisissez un nom de domaine pour Meilisearch"
|
"fr": "Choisissez un nom de domaine dédié pour Meilisearch"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"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",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
|
|
@ -25,7 +25,7 @@ ynh_abort_if_errors
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$YNH_APP_ARG_PATH
|
path_url="/"
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
master_key=$YNH_APP_ARG_MASTER_KEY
|
master_key=$YNH_APP_ARG_MASTER_KEY
|
||||||
allow_analyse=$YNH_APP_ARG_ALLOW_ANALYSE
|
allow_analyse=$YNH_APP_ARG_ALLOW_ANALYSE
|
||||||
|
|
Loading…
Reference in a new issue