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.
This commit is contained in:
parent
801c8431ac
commit
cf44aaed25
1 changed files with 19 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue