Skip to content

Backend part of IPTVnator for the self-hosted version of the app

Notifications You must be signed in to change notification settings

ashishraj09/iptvnator-backend

 
 

Repository files navigation

IPTVnator - web-backend

IPTVnator icon

IPTVnator is a free cross-platform application for playing m3u(8) playlists. The player is available as a standalone application for Linux, macOS and Windows and as a PWA directly from your browser.

This repository contains the backend part of the player for self-hosted version of the application. In this way it is possible to deploy IPTVnator on your own device, e.g. NAS or Raspberry Pi. For easy deployment the main repository contains a docker-compose file which allows you to quickly start the containers of frontend and backend applications.

Development

$ npm install
$ npm start

Docker

$ docker build -t 4gray/iptvnator-backend .
$ docker run -p 3333:3000 -e CLIENT_URL=http://localhost:4333 4gray/iptvnator-backend # adapt ports if needed

About

Backend part of IPTVnator for the self-hosted version of the app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • Dockerfile 2.3%