show warning before auto follow methods
authorRigel Kent <par@rigelk.eu>
Sun, 10 Feb 2019 19:13:56 +0000 (20:13 +0100)
committerRigel Kent <par@rigelk.eu>
Sun, 10 Feb 2019 19:13:56 +0000 (20:13 +0100)
Home.md

diff --git a/Home.md b/Home.md
index f157e59ef5112613744b52e6d6a072cdd292983d..0cb0d67a1d5388969a51bbb9be83dedd0d9f2e0a 100644 (file)
--- a/Home.md
+++ b/Home.md
@@ -12,6 +12,8 @@ The API is also documented via OpenAPI. You can have a look at [the quickstart](
 # Discover other PeerTube servers
 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.
 
+<details>
+  <summary>other options we strongly advise against using</summary>
 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://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.
@@ -22,6 +24,7 @@ If you want to follow them automatically as they come you have 2 scripts, but *t
     - Protects privacy (maybe if a node isn't listed on [instances.peertu.be](https://instances.peertu.be/instances) there is a reason)
 
 You can do a cron like `*/10 * * * * /opt/peertube-autofollow.py >/dev/null 2>&1` to automate its update.
+</details>
 
 # Other Documentations