alebupal / tvspy

Aplicación web sobre Monitorizacion para tvheadend - Web application about Monitoring for tvheadend
GNU General Public License v3.0
7 stars 4 forks source link

TVSPY

Web application to monitor TVHeadend. It consists of backend and frontend

Websoket is used to save logs and display active connections.

Features

Screenshoot

Roadmaps

Installation

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 \

Links