Skip to content

iamtrump/acetv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AceTV

  • This is a docker image building instructions to run AceStreamTV with web-interface. More than 500 channels including HD channels.
  • Ability to run custom acestream ID.

Quick start

  • Clone this repo
  • Build image:
docker build -t acetv .
  • Run container:
docker run -d -p 80:5000 --name acetv acetv

AceTV behind nginx reverse proxy

Example config:

location /ace/ {
  proxy_pass http://127.0.0.1:80/;
  proxy_set_header ACETV_URL $scheme://$host:$server_port/ace;
}

UI/UX

To make the menu appear move cursor to the right edge of the screen or use shortcut Alt + . Use Alt + shortcut or move cursor away from the menu to make it disappear.

About

TV with a web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published