From 8b32f144765cea51f8c92bff422e8a99ea752563 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:35:23 +0530 Subject: [PATCH] feat: add Elasticsearch integration text to README and icon to integrations list --- README.md | 1 + surfsense_web/components/homepage/integrations.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index cf0424fe2..16cc5ebeb 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Open source and easy to deploy locally. - Airtable - Google Calendar - Luma +- Elasticsearch - and more to come..... ## 📄 **Supported File Extensions** diff --git a/surfsense_web/components/homepage/integrations.tsx b/surfsense_web/components/homepage/integrations.tsx index f94292e9b..6d8433ac0 100644 --- a/surfsense_web/components/homepage/integrations.tsx +++ b/surfsense_web/components/homepage/integrations.tsx @@ -13,6 +13,7 @@ const INTEGRATIONS: Integration[] = [ name: "LinkUp", icon: "https://framerusercontent.com/images/7zeIm6t3f1HaSltkw8upEvsD80.png?scale-down-to=512", }, + { name: "Elasticsearch", icon: "https://cdn.simpleicons.org/elastic/00A9E5" }, // Communication { name: "Slack", icon: "https://cdn.simpleicons.org/slack/4A154B" },