From 66f544a29f39bdc75ac0c8609c1c59392e5e7353 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 15 Feb 2024 15:02:57 +0100 Subject: [PATCH] Add Forgejo service details to services.json Introduced Forgejo as an in-house Git forge to the services list. The update includes its description, operational status, and a direct link to foster better collaboration among team members by hosting and collaborating on Git repositories internally. --- services.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/services.json b/services.json index 42dade5..49c1864 100644 --- a/services.json +++ b/services.json @@ -64,6 +64,21 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Forgejo", + "url": "https://git.private.coffee", + "short_description": "Forgejo is our in-house Git forge.", + "long_description": "Forgejo is our in-house Git forge. You can use it to host your Git repositories, and to collaborate with others.", + "status": "OK", + "links": [ + { + "name": "Go to Forgejo", + "url": "https://git.private.coffee" + } + ], + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "GotHub", "url": "https://gothub.private.coffee",