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:
parent
b9529d71be
commit
66f544a29f
1 changed files with 15 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue