1
0
Fork 0
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:
frju365 2020-05-26 16:13:34 +02:00
parent b44f3fa285
commit 233a48c5c1
No known key found for this signature in database
GPG key ID: C892BE847FF5635A
3 changed files with 5 additions and 13 deletions

View file

@ -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

View file

@ -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",

View file

@ -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