Peertube Remote Runner (Yunohost App)

Hello everybody,

I am trying to run the Remote Runners feature.

but in the runner task « vod-web-video-transcoding » I have this error message:

Expected status 204, got 413. 
The server responded: "<html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>
".

However in my nginx.conf I have:
client_max_body_size 16G;

Do you have an example of nginx.conf for the runner?

I’m using this Yunohost package on a Debian 11 - 8CPU 32G RAM VPS:

Thanks for your help :slight_smile:

Hi,

I think the yunohost peertube instance package is missing this new route in the nginx configuration, introduced in 5.2 https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L101

Hi, thank you @Chocobozzz :slight_smile:
Does the remote runner server also need to have a Peertube instance installed?

No, the remote runner is a lightweight CLI program, that can be installed on any computer without a peertube instance.