Offline libraries in frontend

Javascript and CSS libraries can be configured in the local server instead of using a CDN.

Some users behind firewalls may experience rendering problems. By default we use CDN versions of the JavaScript and CSS libraries. In some specific cases it may be useful to have those libraries in the same server as the Ravada web frontend runs.

Since Ravada 0.5 release we package the required javascript and CSS files. You can enable the local copy setting the file /etc/rvd_front.conf in your host.

fallback => 1

and restart the rvd_front.service to apply changes.

systemctl restart rvd_front.service

Refresh your browser cache and now Ravada use JS and CSS downloaded from your own server.