Add runner note about public IP

pull/6521/head
Chocobozzz 2024-08-01 11:11:18 +02:00
parent 533897af59
commit e77ba2dfbc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ peertube-cli redundancy remove --video 823
PeerTube supports VOD/Live transcoding and VOD transcription (PeerTube >= 6.2) by a remote PeerTube runner.
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!
### Runner installation
Ensure you have `node`, `ffmpeg` and `ffprobe` installed on your system: