Self-hosted torrent videostreaming service/torrent client that allows searching and playing videos from torrents in the browser or from a Chromecast/AppleTV/Smart TV.
Deploy this app to Linode with a free $100 credit!
Rapid bay is a self hosted video service/torrent client that makes playing videos from torrents as easy as:
Rapidbay requires the torrent indexer Jackett for searching. Have a look here on how to set it up using Docker.
There's also a docker-compose example file to show how you can connect rapidbay and jackett together.
Requires Docker
docker run -p 5000:5000 -e JACKETT_HOST="http://your.jacket.host" -e JACKETT_API_KEY="YourAPIKey" hauxir/rapidbay
App will be running at http://localhost:5000
The default setting downloads english subtitles.
Add the env variable SUBTITLE_LANGUAGES to your docker params like so to get more languages:
-e SUBTITLE_LANGUAGES="['en', 'de', 'es']"
Add the env variable PASSWORD to your docker params like so to prompt for a password when opening rapidbay:
-e PASSWORD=YOURPASSWORD
Requires Docker + docker-compose
docker-compose up
Setting RapidBay up on a VPS and tunnel torrent traffic through NordVPN
Please login to review this project.
No reviews for this project yet.
Comments (0)
Please login to join the discussion on this project.