self-hosted-cookbook/apps/downloads/simple-torrent.md
2021-07-21 10:52:35 +01:00

611 B

SimpleTorrent (aka CloudTorrent)

  • can work with no authentication
  • nice web API
  • good looking and functional
  • there doesn't seem to be a way to integrate it with Sonarr/Radarr

Screenshot

docker-compose.yml

---
version: '3'
services:
  cloud-torrent:
    image: boypt/cloud-torrent
    container_name: cloud-torrent
    restart: unless-stopped
    environment:
      - TZ=Europe/Dublin
    ports:
      - "3123:3000"
    volumes:
      - ./downloads:/downloads
      # - /path/to/my/torrents:/torrents