From 1c48c98b2eb0237c80e32f04bd68508e07ecbaf3 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 15 Mar 2024 13:56:21 +0100 Subject: [PATCH] feat(services): Exclude service from indexes The configuration for NocoDB in `services.json` has been updated to exclude it from both the overall index and simplified listings. This change aims to prevent the service from appearing in search results and simplified service lists, due to privacy concerns. --- services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services.json b/services.json index 8abf276..e288aad 100644 --- a/services.json +++ b/services.json @@ -151,8 +151,8 @@ "url": "https://nocodb.private.coffee" } ], - "exclude_from_index": false, - "exclude_from_simple": false + "exclude_from_index": true, + "exclude_from_simple": true }, { "name": "Penpot",