Skip to content

aptalca/m3uplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m3uplayer

Combines the frontend and backend of IPTVnator in a single docker image served under one url.

Requires the var CLIENT_URL set to the exact address the user will be accessing it in the browser at (ie. http://192.168.1.5:3576 or http://mydomain.url).

If the stream links are http, the app needs to be accessed over http. Otherwise the browser will likely block access due to mixed content.

Sample compose yaml:

services:
  m3uplayer:
    image: ghcr.io/aptalca/m3uplayer
    container_name: m3uplayer
    ports:
      - 3576:80
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/New_York
      - CLIENT_URL=http://192.168.1.5:3576
    restart: unless-stopped

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages