chore: temporarily leave out service
All checks were successful
release-tag / release-image (push) Successful in 18m27s
build / build (push) Successful in 1m40s

This commit is contained in:
Tijl 2024-09-05 00:36:16 +02:00
parent 769839afb5
commit babe977b5d
Signed by: tijl
GPG Key ID: DAE24BFCD722F053

View File

@ -45,15 +45,17 @@ var services = []Service{
Color: "#00679e", Color: "#00679e",
Scale: -0.2, Scale: -0.2,
}, },
{ /*
Name: "Gitea", {
Slug: "gitea", Name: "Gitea",
Description: "...", Slug: "gitea",
Url: "https://git.tijl.dev", Description: "...",
InfoUrl: "https://about.gitea.com", Url: "https://git.tijl.dev",
Color: "white", InfoUrl: "https://about.gitea.com",
Scale: -0.2, Color: "white",
}, Scale: -0.2,
},
*/
} }
func servicesHandler(c *fiber.Ctx) error { func servicesHandler(c *fiber.Ctx) error {