Server for mods
If you want your mods to use the dashboard from their own homes, run Vigia on a server (a VPS) with a domain pointing at it:
git clone https://github.com/vstrofago/vigia && cd vigiaexport VIGIA_DOMAIN=vigia.example.comdocker compose -f apps/server/docker-compose.yml up -ddocker compose -f apps/server/docker-compose.yml logs vigia # the setup codeOpen https://<your domain> and set Vigia up in the browser, the same as in Docker on your computer.
- HTTPS: Caddy gets a certificate for your domain automatically.
- The logs show the setup code (which is also the admin code) and, once running, the overlay address.
- Mods log in with Twitch. Add
https://<your domain>/auth/callbackto your Twitch app’s OAuth Redirect URLs. - The streamer logs in with Twitch too, or with the admin code.
- The image is
ghcr.io/vstrofago/vigia.docker compose pulldownloads the published one;--buildbuilds it from source.