fix: update service statuses and visibility settings

Corrected the operational status of two services: Invidious is now marked as 'OK', indicating it is operational, and the URL shortener service at private.cf is labeled 'NOK' to reflect a current issue preventing its use. Additionally, adjusted visibility settings for one service, opting to exclude it from both index and simple views, likely for maintenance or privacy reasons. These updates ensure users receive accurate service availability information and help maintain the site's usability and trustworthiness.
This commit is contained in:
Kumi 2024-05-07 14:45:41 +02:00
parent 6972fd676a
commit 234f4f6cd0
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -65,7 +65,7 @@
"url": "https://invidious.private.coffee",
"short_description": "Watch YouTube videos without Google tracking.",
"long_description": "Invidious is an alternative front-end to YouTube. It allows you to watch YouTube videos without Google tracking you.",
"status": "NOK",
"status": "OK",
"links": [
{
"name": "Go to Invidious",
@ -234,7 +234,7 @@
"url": "https://private.cf",
"short_description": "URL shortener for creating handy links.",
"long_description": "Use our URL shortener at private.cf to turn long, complicated URLs into something more handy.",
"status": "OK",
"status": "NOK",
"links": [
{
"name": "Go to private.cf",
@ -256,8 +256,8 @@
"url": "https://rallly.private.coffee"
}
],
"exclude_from_index": false,
"exclude_from_simple": false
"exclude_from_index": true,
"exclude_from_simple": true
},
{
"name": "LibreY",