Docker on your computer
With Docker you don’t need to install Node or configure anything first. From a clone of the repository:
git clone https://github.com/vstrofago/vigia && cd vigiadocker compose up --builddocker compose logs vigia # shows the setup codeOpen http://127.0.0.1:7777. The page asks for the setup code from the logs, then follows the same steps as the desktop app: where to watch, your Twitch app, the login, and your Jev key.
The settings are kept in the Docker volume, so the next start goes straight to the dashboard.
-
The setup code is also the admin code for logging in to the dashboard later.
-
Only your computer can open the dashboard and the overlay.
-
To set it up again:
Ventana de terminal docker compose downdocker compose run --rm --service-ports vigia --setup