openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
104 stars 24 forks source link

🔧(tray) configure tray to handle connection with peertube runner #2541

Closed lunika closed 6 months ago

lunika commented 6 months ago

Purpose

In order to manage connection with the peertube runner, we must have to configure the tray. First a new location is added in nginx to manage the socket connection. This connection is made between service directly without going out of the k8s cluster, so the service name must be added to the django allowed hosts.

Proposal