From 81f19ef47c12e132fba92afcef53f02871b3f554 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Nov 2024 09:28:03 +0100 Subject: [PATCH] Add peertube runners doc link in tools doc --- support/doc/tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/doc/tools.md b/support/doc/tools.md index 1482dab66..2de151f61 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -124,6 +124,8 @@ PeerTube supports VOD/Live transcoding and VOD transcription (PeerTube >= 6.2) b The runner communicates with the PeerTube instance using HTTP and WebSocket and doesn't need to have a public IP. So you can run a runner on a classic server, a non-public server or even on your own computer! +You can read the admin documentation on how to use PeerTube runners on https://docs.joinpeertube.org/admin/remote-runners + ### Runner installation Ensure you have `node`, `ffmpeg` and `ffprobe` installed on your system: