Davenchy / live-torrent

Torrent Web Client
http://live-torrent.herokuapp.com
MIT License
628 stars 210 forks source link
backend captions client explorer frontend player server stream subtitles torrent vtt vuejs web webtorrent yts

Live Torrent V4

Project Status and Updates

This project is outdated, and this Docker image is likely the only functional version. However, many functionalities within the image are outdated and no longer work.

I have rewritten the backend server to be up-to-date and functional.

The frontend has not been updated yet, and there is no estimated time for its update, but I will address it in the future.

Rebuilding Live Torrent with Next.js ❤️ flavor from scratch.

In progress

Search, explore, download and stream torrent files online.

Watch online YTS movies with subtitles in any language.

Now all in one fullstack package.

Install and Build

# clone the project
git clone --depth=1 --single-branch https://github.com/Davenchy/live-torrent.git

# change working directory
cd live-torrent

# then install dependencies
npm install

# now lets's build our project
npm run build

# finally get ready
npm start

Docker

Build Docker Image

docker build -t live-torrent-next .

Manage Docker Container

docker run --name=live-torrent-next -d -p 3000:3000 live-torrent-next

OR use our pre-built image form docker hub davenchy/live-torrent-next:latest

docker run --name=live-torrent-next -d -p 3000:3000 davenchy/live-torrent-next:latest
docker start live-torrent-next
docker stop live-torrent-next

Old LiveTorrent

docker pull davenchy/live-torrent
docker run --name=live-torrent -d -p 3000:8080 -e "OSUA=<your opensubtitles user agent>" davenchy/live-torrent