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.
This commit is contained in:
Kumi 2024-02-15 15:02:57 +01:00
parent b9529d71be
commit 66f544a29f
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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",