mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
Fix linter
This commit is contained in:
parent
d189fdfd24
commit
f8156c76ee
7 changed files with 15 additions and 18 deletions
|
@ -10,15 +10,6 @@
|
||||||
is_public=1
|
is_public=1
|
||||||
port="3500"
|
port="3500"
|
||||||
data_path=""
|
data_path=""
|
||||||
; Actions
|
|
||||||
action_argument=arg1|arg2
|
|
||||||
is_public=1|0
|
|
||||||
; Config_panel
|
|
||||||
main.categorie.config_example=arg1|arg2
|
|
||||||
main.overwrite_files.overwrite_phpfpm=1|0
|
|
||||||
main.php_fpm_config.footprint=low|medium|high|specific
|
|
||||||
main.php_fpm_config.free_footprint=20
|
|
||||||
main.php_fpm_config.usage=low|medium|high
|
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
|
@ -30,7 +21,6 @@
|
||||||
upgrade=1 from_commit=30d48110ea0c820c89ab8ade34e415f07b5b0b86
|
upgrade=1 from_commit=30d48110ea0c820c89ab8ade34e415f07b5b0b86
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=1 (3500)
|
|
||||||
change_url=1
|
change_url=1
|
||||||
actions=0
|
actions=0
|
||||||
config_panel=0
|
config_panel=0
|
||||||
|
|
|
@ -12,12 +12,6 @@ location __PATH__/ {
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __FINALPATH__/ ;
|
alias __FINALPATH__/ ;
|
||||||
|
|
||||||
# Force usage of https
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Meilisearch: Lightning Fast Search Engine
|
Description=Meilisearch: lightning Fast Search Engine
|
||||||
After=systemd-user-sessions.service
|
After=systemd-user-sessions.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
1
doc/DESCRIPTION.md
Normal file
1
doc/DESCRIPTION.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Meilisearch is an opensource next generation search API.
|
7
doc/DISCLAIMER.md
Normal file
7
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
At the installation, be sure to set up an API key to secure your API.
|
||||||
|
|
||||||
|
## Problem and todo
|
||||||
|
|
||||||
|
- Doesn't install on subpath (WIP).
|
Before Width: | Height: | Size: 5.3 MiB After Width: | Height: | Size: 5.3 MiB |
|
@ -8,6 +8,11 @@
|
||||||
},
|
},
|
||||||
"version": "0.22.0~ynh1",
|
"version": "0.22.0~ynh1",
|
||||||
"url": "https://www.meilisearch.com/",
|
"url": "https://www.meilisearch.com/",
|
||||||
|
"upstream": {
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"website": "https://www.meilisearch.com/",
|
||||||
|
"code": "https://github.com/meilisearch/MeiliSearch"
|
||||||
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Julien Gomes Dias",
|
"name": "Julien Gomes Dias",
|
||||||
|
@ -15,7 +20,7 @@
|
||||||
"url": "https://julien.gomes-dias.dev"
|
"url": "https://julien.gomes-dias.dev"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Reference in a new issue