Add peertube runners doc link in tools doc

pull/6724/head
Chocobozzz 2024-11-12 09:28:03 +01:00
parent 857507dd1d
commit 81f19ef47c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -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: