From 4af8f5a581909cad731bd32807572f6377e656c3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Feb 2024 08:22:26 +0100 Subject: [PATCH] Add "Detect a PeerTube instance" doc --- support/doc/api/quickstart.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/support/doc/api/quickstart.md b/support/doc/api/quickstart.md index 3a34a1429..1b9e40e2a 100644 --- a/support/doc/api/quickstart.md +++ b/support/doc/api/quickstart.md @@ -1,5 +1,13 @@ # REST API quick start +## Detect a PeerTube instance + +There are several ways to know if a website uses the PeerTube software: + + * The server exposes NodeInfo information: https://peertube2.cpy.re/nodeinfo/2.0.json + * The server sends a `x-powered-by: PeerTube` header response to API requests + * HTML pages include a `` tag + ## Authentication ### Get client