From b9529d71bea5a11766db45c9b51bfae3249ee959 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 10 Feb 2024 17:13:29 +0100 Subject: [PATCH] Add Binternet service and update Nitter status Introduced 'Binternet', a privacy-focused Pinterest alternative, to the list of services, including its description, status, and relevant links. Updated the status of the 'Nitter' service from 'OK' to 'NOK' to reflect a change in its operability or health status. Ensuring service statuses are accurate for user awareness and trust. --- services.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/services.json b/services.json index 88d86fa..42dade5 100644 --- a/services.json +++ b/services.json @@ -214,12 +214,27 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Binternet", + "url": "https://binternet.private.coffee", + "short_description": "Binternet is a privacy-friendly alternative front-end to Pinterest.", + "long_description": "Binternet is a privacy-friendly alternative front-end to Pinterest. It allows you to browse Pinterest without being tracked.", + "status": "OK", + "links": [ + { + "name": "Go to Binternet", + "url": "https://binternet.private.coffee" + } + ], + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Nitter", "url": "https://nitter.private.coffee", "short_description": "Nitter is a privacy-friendly alternative front-end to Twitter.", "long_description": "Nitter is a privacy-friendly alternative front-end to Twitter. It allows you to browse Twitter without being tracked.", - "status": "OK", + "status": "NOK", "links": [ { "name": "Go to Nitter",