Sign inSign up

moookino/torrserv

By moookino

Updated about 3 years ago

Torrserver image for raspberry pi 4 with fixed defaults to set upload limits

Image
0

10K+

moookino/torrserv repository overview

TorrServer Plus

This is unofficial docker image with latest versions TorrServer

Changes with fixed defaults in the code:
  • UploadRateLimit: 1 - 1kbp/s upload rate
  • ForceEncrypt: true - Force encryption
  • EnableDebug: true - Detailed logs
  • CacheSize: 500 - 500 MB cache size
  • UseDisk: true - Use disk space instead of RAM
  • EnableDLNA: false - disable DLNA by default
  • EnableDebug: true - enable debug messages
  • DisableUPNP: true - disable UPnP
Install steps:
  1. Run image
  2. Go to settings in UI
  3. Click to use defaults
  4. Settings should be updated to the defaults above
  5. Stay confused dafuq?
TorrServer WebUI: http://<your_server_ip>:8090
Docker compose example
torrserv:
      container_name: torrserv
      environment:
          - TZ=Europe/CityName
      restart: unless-stopped
      ports:
      - 8090:8090
      volumes:
          - './ts/:/opt/ts'
          - './downloads:/opt/ts/torrents'

      image: torrserv:latest

Tag summary

Content type

Image

Digest

sha256:9862cbd28

Size

57.5 MB

Last updated

about 3 years ago

docker pull moookino/torrserv