VUT FIT Video server extension
To install the extension in Firefox, visit this website and click the install link.
Using an extension like Greasemonkey or Tampermonkey, install the userscript by clicking the Raw
button on this page.
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
.
The extension manifest specifies a update URL. It is avaible from the API server at /ext/updates.json
.