Skip to content

MrKsey/torrserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

847 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published