Skip to content

KrKOo/VUT-FIT-Video-server-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VUT-FIT-Video-server-extension

VUT FIT Video server extension

Instalation

Firefox

To install the extension in Firefox, visit this website and click the install link.

Chrome & Other

Using an extension like Greasemonkey or Tampermonkey, install the userscript by clicking the Raw button on this page.

Running the API server

Using docker

To start the server, run

docker compose up -d

To rebuild the container, run

docker compose build

Extension uses HTTPS to access the API server, some kind of reverse proxy or other solution is required. The container exposes the API using HTTP to a docker network called outside.

Updating the extension in Firefox

The extension manifest specifies a update URL. It is avaible from the API server at /ext/updates.json.