Update Meilisearch 1.35.1 and fix Cyberchef logo (#722)

* fix: update CyberChef logo from SVG to PNG and remove old SVG file

* fix: update Meilisearch version to v1.35.1
This commit is contained in:
Juan
2026-05-12 15:54:37 -05:00
committed by GitHub
parent 0df6bc5b29
commit 1cde3fac82
5 changed files with 4 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -2,12 +2,11 @@ version: "3.8"
services: services:
meilisearch: meilisearch:
image: getmeili/meilisearch:v1.8.3 image: getmeili/meilisearch:v1.35.1
volumes: volumes:
- meili_data:/meili_data - meili_data:/meili_data
environment: environment:
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY} MEILI_MASTER_KEY: ${MEILI_MASTER_KEY}
MEILI_ENV: ${MEILI_ENV}
volumes: volumes:
meili_data: meili_data:

View File

@@ -11,5 +11,4 @@ port = 7_700
host = "${main_domain}" host = "${main_domain}"
[config.env] [config.env]
MEILI_ENV = "development" MEILI_MASTER_KEY = "${master_key}"
MEILI_MASTER_KEY = "${master_key}"

View File

@@ -1685,7 +1685,7 @@
"name": "CyberChef", "name": "CyberChef",
"version": "latest", "version": "latest",
"description": "CyberChef is a web application for encryption, encoding, compression, and data analysis, developed by GCHQ.", "description": "CyberChef is a web application for encryption, encoding, compression, and data analysis, developed by GCHQ.",
"logo": "cyberchef.svg", "logo": "cyberchef.png",
"links": { "links": {
"github": "https://github.com/gchq/CyberChef", "github": "https://github.com/gchq/CyberChef",
"website": "https://gchq.github.io/CyberChef/", "website": "https://gchq.github.io/CyberChef/",
@@ -4006,7 +4006,7 @@
{ {
"id": "meilisearch", "id": "meilisearch",
"name": "Meilisearch", "name": "Meilisearch",
"version": "v1.8.3", "version": "v1.35.1",
"description": "Meilisearch is a free and open-source search engine that allows you to easily add search functionality to your web applications.", "description": "Meilisearch is a free and open-source search engine that allows you to easily add search functionality to your web applications.",
"logo": "meilisearch.png", "logo": "meilisearch.png",
"links": { "links": {