From eace145d2c8532a5ee764327efe90fa9f2ae631e Mon Sep 17 00:00:00 2001 From: Jorropo Date: Tue, 2 Oct 2018 11:41:06 +0200 Subject: [PATCH] Peertube Autodiscover moved to framagit --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 860adf2..0ab373e 100644 --- a/Home.md +++ b/Home.md @@ -13,11 +13,11 @@ The API is also documented via OpenAPI. You can have a look at [the quickstart]( There is now a dynamic list at [instances.peertu.be](https://instances.peertu.be/instances), maintained by [@Chocobozzz](https://github.com/Chocobozzz). It is not playing any role in the federation process at the moment, but it's a nice aid if you want to discover instances or be discovered. If you want to follow them automatically as they come you have 2 scripts, but *then beware that you blindly trust every other admin for enforcing sane moderation policies* : -* [Peetube AutoDiscover](https://github.com/Jorropo/PeerTube-autoDiscover) by Jorropo, that uses following and followers list of nodes you already follow to discover new nodes. +* [Peetube AutoDiscover](https://framagit.org/Jorropo/peertube-autodiscover) by Jorropo, that uses following and followers list of nodes you already follow to discover new nodes. - Can discover nodes unlisted in the official list (if an admin forgot to add their node in the official list this isn't a problem) as it recursively asks nodes you already know. - Doesn't require a central node exchange point (node list) - More secure than shell script (shell script use file as variable for storage of login token) -* [script from Skid](https://github.com/Chocobozzz/PeerTube/issues/406#issuecomment-397452809) and [python3 version](https://gist.github.com/Jorropo/e5e7bc471e290cb8098e36b150288631) +* [script from Skid](https://github.com/Chocobozzz/PeerTube/issues/406#issuecomment-397452809) and [python3 version](https://framagit.org/Jorropo/peertube-autodiscover/blob/master/updateFromInstancesList.py) - Faster - Protects privacy (maybe if a node isn't listed on [instances.peertu.be](https://instances.peertu.be/instances) there is a reason) -- 2.25.1