All Projects → nawa → torrentmonitor-dockerized

nawa / torrentmonitor-dockerized

Licence: other
No description or website provided.

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
Makefile
30231 projects
ruby
36898 projects - #4 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to torrentmonitor-dockerized

Gazelle
Stars: ✭ 186 (+878.95%)
Mutual labels:  torrents
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (+47.37%)
Mutual labels:  torrents
yts torrents
download all torrents from yts.am (yify movies)
Stars: ✭ 14 (-26.32%)
Mutual labels:  torrents
1337x
✖️ Unofficial API of 1337x.to
Stars: ✭ 78 (+310.53%)
Mutual labels:  torrents
PeerflixServerZH
🚀 Peerflix Server(BT) 汉化、美化
Stars: ✭ 32 (+68.42%)
Mutual labels:  torrents
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (+68.42%)
Mutual labels:  torrents
Sickchill
Less rage, more chill.
Stars: ✭ 2,166 (+11300%)
Mutual labels:  torrents
nyaamal
A chrome extension to download anime torrents directly from MyAnimeList and Anilist
Stars: ✭ 75 (+294.74%)
Mutual labels:  torrents
deluge-updatorr
Deluge plugin for automatic torrents updates
Stars: ✭ 19 (+0%)
Mutual labels:  torrents
rarbg
A wrapper for RARBG's api in Node
Stars: ✭ 22 (+15.79%)
Mutual labels:  torrents
Goirate
Pillaging the seven seas for torrents, pieces of eight and other bounty.
Stars: ✭ 20 (+5.26%)
Mutual labels:  torrents
transmission
Interacts with Transmission with Node and promises 😚
Stars: ✭ 21 (+10.53%)
Mutual labels:  torrents
Cross-Seed-AutoDL
Scans files and finds cross-seedable torrents via Jackett
Stars: ✭ 112 (+489.47%)
Mutual labels:  torrents
Qbittorrent Controller
qBittorrent Controller - An Android app for controlling qBittorrent servers
Stars: ✭ 205 (+978.95%)
Mutual labels:  torrents
OpenTor-X
Open Source Torrent Index Website
Stars: ✭ 19 (+0%)
Mutual labels:  torrents
Arch Rtorrentvpn
Docker build script for Arch Linux base with ruTorrent, rTorrent, autodl-irssi, Privoxy and OpenVPN
Stars: ✭ 185 (+873.68%)
Mutual labels:  torrents
cl-torrents
Searching torrents on popular trackers - CLI, readline, GUI, web client. Tutorial and binaries (issue tracker on https://gitlab.com/vindarel/cl-torrents/)
Stars: ✭ 83 (+336.84%)
Mutual labels:  torrents
IPS-BitTracker
Bit Torrent Tracker application for IPS 4.5x Community Suite
Stars: ✭ 18 (-5.26%)
Mutual labels:  torrents
alfred-kat
KAT workflow for Alfred, search and open magnet links directly from Alfred.
Stars: ✭ 16 (-15.79%)
Mutual labels:  torrents
qBit-plugins
Search plugins for qBittorrent
Stars: ✭ 40 (+110.53%)
Mutual labels:  torrents

Dockerized torrentmonitor

[RU]

Info about project - https://github.com/ElizarovEugene/TorrentMonitor

Supported torrent trackers

  • anidub.com
  • animelayer.ru
  • casstudio.tv
  • kinozal.tv
  • nnm-club.ru
  • rustorka.com
  • rutracker.org
  • rutor.org
  • tfile.me
  • tracker.0day.kiev.ua
  • tv.mekc.info
  • baibako.tv
  • hamsterstudio.org
  • lostfilm.tv
  • newstudio.tv
  • novafilm.tv

##Linux non ARM Linux version uses docker directly. You wouldn't download any sources because docker image will be downloaded from docker hub automatically

###Usage

  1. Install docker https://docs.docker.com/engine/installation/linux/

  2. Run container from nawa/torrentmonitor image

     sudo docker run -d --name torrentmonitor --restart=always -p 8080:80 -v path_to_data_folder/torrents:/data/htdocs/torrents -v path_to_data_folder/db:/data/htdocs/db nawa/torrentmonitor
    
    • you can change server port from 8080 to your preferred port
    • you need to change volume location to database and downloaded torrents. As a result you could use persistent data between another containers
    • also you can specify environment variables to change default behaviour of container
      • -e CRON_TIMEOUT="0 * * * *" Specify execution timeout in crontab format. Default - every hour.
      • -e PHP_TIMEZONE="Europe/Kiev" Set default timezone for PHP. Default - UTC.
      • -e PHP_MEMORY_LIMIT="512M" Set php memory limit. Default - 512M.
  3. Open browser on page http://localhost:8080

  4. Enjoy

Also you can use docker-compose. If you have docker-compose installed - just simply clone this repository and run

docker-compose up -d

You can look how to run torrentmonitor with Transmission and TOR together https://github.com/nawa/torrentmonitor-dockerized/wiki/Torrentmonitor---Tramsmission---TOR

###Additional Stop/Start/Restart container:

sudo docker stop torrentmonitor
sudo docker start torrentmonitor
sudo docker restart torrentmonitor

##Linux ARM The same as non ARM Linux but you have to use armhf image nawa/armhf-torrentmonitor

sudo docker run -d --name torrentmonitor --restart=always -p 8080:80 -v path_to_data_folder/torrents:/data/htdocs/torrents -v path_to_data_folder/db:/data/htdocs/db nawa/armhf-torrentmonitor

##Windows and MacOS ###Docker native You can use docker native if your OS supports it

  • Windows 10 Professional or Enterprise 64-bit with Hyper-V support
  • MacOS Yosemite 10.10.3 or above

Download docker native from https://www.docker.com/products/docker and follow instructions for paragraph Linux non ARM ###Virtual machine with vagrant If your OS doesn't support docker native you can use virtual machine with vagrant. https://github.com/nawa/torrentmonitor-dockerized/wiki/Windows-and-MacOS---Virtual-machine-with-vagrant-(EN)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].