Skip to content

msalbrain/freeflix

 
 

Repository files navigation

Project

Go Report Card

Streaming server with an integrated BitTorrent client. The server can stream over http while downloading a torrent.

Start with Docker

clone the repo and inside the source folder build the docker image.

git clone git@github.com:gtestault/freeflix.git
cd freeflix
docker build -t freeflix .

then run a container and bind the port 8080 exposed from the image

docker run -p 8080:8080 freeflix

VPN

Please configure your VPN before deploying. The BitTorrent client has no blocklist

Screenshots

movies

filter

About

Freeflix is a streaming server that integrates a BitTorrent client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.7%
  • HTML 4.7%
  • Dockerfile 3.6%