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.
# 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 -t live-torrent-next .
- run/create a new 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
- start the container
docker start live-torrent-next
- stop the container
docker stop live-torrent-next
- To pull the old LiveTorrent docker image
docker pull davenchy/live-torrent
- To run a container for the old LiveTorrent
docker run --name=live-torrent -d -p 3000:8080 -e "OSUA=<your opensubtitles user agent>" davenchy/live-torrent
-
The OSUA enviroment variable must be set to your opensubtitles user agent. It is not mandatory to set but it is required to fetch subtitles.
-
To get your own OpenSubtitles_User_Agent check this link