From 0e0282f34a0d27b5ce1870a63d59c315c646ef5f Mon Sep 17 00:00:00 2001 From: Andriy Cherniy Date: Thu, 11 Aug 2022 14:08:16 +0300 Subject: [PATCH] added new service --- frontend/src/lib/data/hosted.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/lib/data/hosted.json b/frontend/src/lib/data/hosted.json index f8bc06d..3cd8a1d 100644 --- a/frontend/src/lib/data/hosted.json +++ b/frontend/src/lib/data/hosted.json @@ -8,5 +8,10 @@ "title": "Calibre", "description": "E-Books management and reader", "link": "https://books.m0e.space" + }, + { + "title": "Gitea", + "description": "Self-hosted git repository", + "link": "https://git.m0e.space" } ]