diff --git a/blueprints/cyberchef/cyberchef.png b/blueprints/cyberchef/cyberchef.png new file mode 100644 index 00000000..4a3dfc32 Binary files /dev/null and b/blueprints/cyberchef/cyberchef.png differ diff --git a/blueprints/cyberchef/cyberchef.svg b/blueprints/cyberchef/cyberchef.svg deleted file mode 100644 index 84258252..00000000 Binary files a/blueprints/cyberchef/cyberchef.svg and /dev/null differ diff --git a/blueprints/meilisearch/docker-compose.yml b/blueprints/meilisearch/docker-compose.yml index ae5ebcb1..db87310f 100644 --- a/blueprints/meilisearch/docker-compose.yml +++ b/blueprints/meilisearch/docker-compose.yml @@ -2,12 +2,11 @@ version: "3.8" services: meilisearch: - image: getmeili/meilisearch:v1.8.3 + image: getmeili/meilisearch:v1.35.1 volumes: - meili_data:/meili_data environment: MEILI_MASTER_KEY: ${MEILI_MASTER_KEY} - MEILI_ENV: ${MEILI_ENV} volumes: meili_data: diff --git a/blueprints/meilisearch/template.toml b/blueprints/meilisearch/template.toml index b1bdb5f9..5b1b94eb 100644 --- a/blueprints/meilisearch/template.toml +++ b/blueprints/meilisearch/template.toml @@ -11,5 +11,4 @@ port = 7_700 host = "${main_domain}" [config.env] -MEILI_ENV = "development" -MEILI_MASTER_KEY = "${master_key}" +MEILI_MASTER_KEY = "${master_key}" \ No newline at end of file diff --git a/meta.json b/meta.json index 1b81ffab..8be7825d 100644 --- a/meta.json +++ b/meta.json @@ -1685,7 +1685,7 @@ "name": "CyberChef", "version": "latest", "description": "CyberChef is a web application for encryption, encoding, compression, and data analysis, developed by GCHQ.", - "logo": "cyberchef.svg", + "logo": "cyberchef.png", "links": { "github": "https://github.com/gchq/CyberChef", "website": "https://gchq.github.io/CyberChef/", @@ -4006,7 +4006,7 @@ { "id": "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.", "logo": "meilisearch.png", "links": {