nektoDev / attt

Auto-Torrent-Transmission-Telegram integration project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-Torrent-to-Transmission service

Automatically send magnet link to transmission when it changes. Works with rutracker only.

Start

gradle bootRun

Build

Simple:

gradle build

Releases:

./release.sh patch - build, up major version, build Docker image and push it to hub ./release.sh [minor] - default, build, up minor version, build Docker image and push it to hub ./release.sh major - build, up version, build Docker image and push it to hub

Docker

Start ATTT:

docker pull nektodev/attt
docker build --restart=always --net=container:vpn --name=attt -e DB_HOST= -e TRANSMISSION_HOST= nektodev/attt
docker start attt

expose ports for service via vpn

sudo docker run -it --name web  --restart=always -p 8081:80 --link vpn:attt -d dperson/nginx -w "http://attt:8080/;/attt"

About

Auto-Torrent-Transmission-Telegram integration project


Languages

Language:Java 99.0%Language:Shell 1.0%