Web application to monitor TVHeadend. It consists of backend and frontend
Websoket is used to save logs and display active connections.
To use it, simply install the docker image https://hub.docker.com/r/alebupal/tvspy/ and configure the application with the TvHeadend IP and port in the configuration option.
docker create \
--name=tvspy \
-v <path to data>:/app/backend/src/database/file \
-p xxxxx:80 \
-e TZ=Europe/Madrid \
-e LOCALE=es-ES \
alebupal/tvspy:latest \
[Locale list] https://simplelocalize.io/data/locales/
IMPORTANT! Once the connection to tvheadend is configured, the container must be restarted so that the server socket connects correctly and can record data.