joinpeertube/public/instances.json

68 lines
1.9 KiB
JSON
Raw Normal View History

{
"total": 3,
"data": [{
"id": -1,
"host": "peertube.social",
"name": "Peertube.social",
"shortDescription": "Peertube instance for leftist and non-commercial content. Unlimited uploads (up to 500 MB per day)",
"version": "2.0.0",
"signupAllowed": false,
"userVideoQuota": -1,
"categories": [],
"languages": [],
"autoBlacklistUserVideosEnabled": false,
"defaultNSFWPolicy": "do_not_list",
"isNSFW": false,
"totalUsers": null,
"totalVideos": null,
"totalLocalVideos": null,
"totalInstanceFollowers": null,
"totalInstanceFollowing": null,
"health": null,
"createdAt": null
},
{
"id": -1,
"host": "tube.tchncs.de",
"name": "tchncs",
"shortDescription": "PeerTube instance for your unique Vlogs and what not. 😉",
"version": "2.0.0",
"signupAllowed": false,
"userVideoQuota": -1,
"categories": [],
"languages": [],
"autoBlacklistUserVideosEnabled": false,
"defaultNSFWPolicy": "do_not_list",
"isNSFW": false,
"totalUsers": null,
"totalVideos": null,
"totalLocalVideos": null,
"totalInstanceFollowers": null,
"totalInstanceFollowing": null,
"health": null,
"createdAt": null
},
{
"id": -1,
"host": "vidcommons.org",
"name": "The VidCommons Project",
"shortDescription": "A PeerTube instance dedicated to media licensed under the Creative Commons and Public Domain.",
"version": "2.0.0",
"signupAllowed": false,
"userVideoQuota": -1,
"categories": [],
"languages": [],
"autoBlacklistUserVideosEnabled": false,
"defaultNSFWPolicy": "do_not_list",
"isNSFW": false,
"totalUsers": null,
"totalVideos": null,
"totalLocalVideos": null,
"totalInstanceFollowers": null,
"totalInstanceFollowing": null,
"health": null,
"createdAt": null
}
]
}