Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 935 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 935 Bytes

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.