altJSV 4 Posted February 18, 2020 Report post 02/18/2020 10:29 AM Monitorrent это кросплатформенное веб приложение для автоматического скачивания торрент файлов и последующей их загрузки с помощью выбранного вами торрент клиента. Устанавливаем необходимый набор пакетов opkg install python3 python3-pip wget unzip pip3 install --upgrade setuptools Устанавливаем monitorrent mkdir -p /opt/monitorrent/ cd /opt/monitorrent/ wget https://github.com/werwolfby/monitorrent/releases/download/1.1.11/monitorrent-1.1.11.zip unzip monitorrent-1.1.11.zip pip3 install -r requirements.txt Создаем скрипт запуска nano /opt/etc/init.d/S95tormon #!/bin/sh cd /opt/monitorrent python3 server.py & Делаем его исполняемым chmod +x /opt/etc/init.d/S95tormon Запускаем сервер приложения monitorrent cd /opt/monitorrent/ python3 server.py & Обязательно дожидаемся сообщения Server started on 0.0.0.0:6687 Переходим в браузере по адресу IPРоутера:6687, появится страница входа (пароль на вход - monitorrent). 1 Quote Share this post Link to post Share on other sites
qoob world 1 Posted February 24, 2020 Report post 02/24/2020 04:22 PM Не работает авторизация ни на одном трекере через minitorrent. Quote Share this post Link to post Share on other sites
altJSV 4 Posted March 5, 2020 Report post 03/05/2020 09:02 AM Прокси сервер надо в настройках указывать через который авторизация пойдет. В России сейчас практически все торрент трекеры крупные заблокированы. Quote Share this post Link to post Share on other sites
Mr.Scayger 5 Posted May 8, 2020 Report post 05/08/2020 11:53 AM Реально классная прога. И в отличие от Torrent Monitor всё работает. Quote Share this post Link to post Share on other sites