avertv / torrserver

Unofficial Docker Image for TorrServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torrserver

Unofficial Docker Image for TorrServer

This is unofficial dockerized precompiled TorrServer within a debian:stable-slim image.

"TorrServer, stream torrent to http"

TorrServer

More info:

Requirements

  • server with docker
  • ~256 Mb RAM, ~512 Mb disk space

Installing

  • сreate "/torrserver/db" directory (for example) on your host
  • (optional) put "ts.ini" file to "/torrserver/db", uncomment the desired options. The "cron_task" parameter (in the cron format) is used to start updates on a schedule. Parameters from "ts.ini" file overwrites the default parameters.
  • connect host directory "/torrserver/db" to the container directory "/TS/db" and start container:
docker run --name torrserver -e TZ=Europe/Moscow -d --restart=unless-stopped --net=host -v /torrserver/db:/TS/db ksey/torrserver

About

Unofficial Docker Image for TorrServer


Languages

Language:Shell 82.7%Language:Dockerfile 17.3%