From cf44aaed258254b3d0dd67f0bdab8fa418605b2b Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 29 Oct 2024 07:11:49 +0100 Subject: [PATCH] feat(data): add PeerTube service entry Integrated a new service entry for PeerTube, a decentralized video hosting platform, into the services data. This addition includes relevant metadata and descriptive information. It enhances the diversity of supported services and better serves users looking for open registration video platforms. --- data/services.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/services.json b/data/services.json index 6bc21c3..fc2aaa5 100644 --- a/data/services.json +++ b/data/services.json @@ -128,6 +128,25 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "PeerTube", + "url": "https://cuddly.tube", + "homemade": false, + "fork": false, + "tiny_description": "decentralized video hosting", + "short_description": "PeerTube is a decentralized video hosting platform.", + "long_description": "PeerTube is a decentralized video hosting platform. You can use it to watch videos, follow channels, and more. Registrations are open to everyone on CuddlyTube.", + "status": "OK", + "links": [ + { + "name": "Go to CuddlyTube", + "url": "https://cuddly.tube" + } + ], + "icon": "video", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Forgejo", "url": "https://git.private.coffee",