mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
commit
95949696d3
4 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine
|
||||
|
||||
|
||||
**Shipped version:** 1.2.0~ynh1
|
||||
**Shipped version:** 1.3.1~ynh1
|
||||
|
||||
**Demo:** https://where2watch.meilisearch.com/
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Un moteur de recherche open source, ultra-rapide et hyper pertinent qui s'intègre sans effort à votre flux de travail.
|
||||
|
||||
**Version incluse :** 1.2.0~ynh1
|
||||
**Version incluse :** 1.3.1~ynh1
|
||||
|
||||
**Démo :** https://where2watch.meilisearch.com/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "MeiliSearch"
|
|||
description.en = "Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
|
||||
description.fr = "Moteur de recherche rapide, ultra-performant et tolérant aux fautes de frappe"
|
||||
|
||||
version = "1.2.0~ynh1"
|
||||
version = "1.3.1~ynh1"
|
||||
|
||||
maintainers = ["Julien Gomes Dias"]
|
||||
|
||||
|
@ -40,10 +40,10 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.2.0/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "5729211c11c5e1b2cc10d9e1d9019beeb7f70f9853c25544ed2b02839c80f782"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.2.0/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "ad1d887733ab6671ca39dafb6a40659e825d2ba30e0c3f055eb01634fb17b28f"
|
||||
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.1/meilisearch-linux-amd64"
|
||||
amd64.sha256 = "ecad82a7474296ff709441c8ea9c8ecc9d6101ca578db40b393dfa4ef7cd4a17"
|
||||
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.3.1/meilisearch-linux-aarch64"
|
||||
arm64.sha256 = "261d22b35ff9c88ec6007e8f25284e2f54eb200e8bac57ac044a8918b7c462eb"
|
||||
rename = "meilisearch"
|
||||
in_subdir = false
|
||||
extract = false
|
||||
|
|
Loading…
Reference in a new issue