All Projects → TonyRL → docker-transmission-skip-hash-check

TonyRL / docker-transmission-skip-hash-check

Licence: GPL-3.0 license
Transmission client with skip hash check and other features

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-transmission-skip-hash-check

Teletor
Telegram Torrents Bot
Stars: ✭ 54 (+116%)
Mutual labels:  torrent, transmission
transmitter
A WebExtension for the Transmission BitTorrent client
Stars: ✭ 72 (+188%)
Mutual labels:  torrent, transmission
Torrt
Automates torrent updates for you
Stars: ✭ 73 (+192%)
Mutual labels:  torrent, transmission
Nefarious
Web application for automatically downloading TV & Movies
Stars: ✭ 373 (+1392%)
Mutual labels:  torrent, transmission
Torque
🚂 A TUI client for transmission written in pure bash.
Stars: ✭ 169 (+576%)
Mutual labels:  torrent, transmission
Monitorrent
Automatic torrents downloader
Stars: ✭ 383 (+1432%)
Mutual labels:  torrent, transmission
Betanin
beets based mitm of your torrent client and music player
Stars: ✭ 101 (+304%)
Mutual labels:  torrent, transmission
Flood Mobile
GSoC 21' @CCExtractor. A modern mobile UI for various torrent clients with a Node.js backend and Flutter frontend.
Stars: ✭ 48 (+92%)
Mutual labels:  torrent, transmission
Pia Tools
Shell script to automate privateinternetaccess port forwarding and starting/stopping transmission when connected/disconnected and other stuff
Stars: ✭ 130 (+420%)
Mutual labels:  torrent, transmission
React Transmission
React Transmission is an ongoing reimplementation of Transmission web interface.
Stars: ✭ 126 (+404%)
Mutual labels:  torrent, transmission
Transmission Rss
Adds torrents from RSS feeds to Transmission web frontend
Stars: ✭ 348 (+1292%)
Mutual labels:  torrent, transmission
Transgui
🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
Stars: ✭ 2,488 (+9852%)
Mutual labels:  torrent, transmission
ssss
Stupid Simple Seedbox Script
Stars: ✭ 19 (-24%)
Mutual labels:  torrent, transmission
Electorrent
A remote control client for µTorrent, qBittorrent, rTorrent, Transmission, Synology & Deluge
Stars: ✭ 582 (+2228%)
Mutual labels:  torrent, transmission
transmission-cli
Transmission PHP client for detect profit torrents and automate weburg.net downloads
Stars: ✭ 17 (-32%)
Mutual labels:  torrent, transmission
Fragments
Moved to GNOME GitLab -> https://gitlab.gnome.org/haecker-felix/Fragments
Stars: ✭ 80 (+220%)
Mutual labels:  torrent, transmission
SeedTruck
Torrent management app for iOS, macOS, tvOS and watchOS made in SwiftUI 2. Same codebase for all platforms!
Stars: ✭ 25 (+0%)
Mutual labels:  torrent, transmission
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (+28%)
Mutual labels:  torrent, transmission
Transmission Blocklist
torrent blocklist base on : https://gist.github.com/shmup/29566c5268569069c256
Stars: ✭ 109 (+336%)
Mutual labels:  torrent, transmission
Tremc
Curses interface for transmission
Stars: ✭ 174 (+596%)
Mutual labels:  torrent, transmission

docker-transmission-skip-hash

A Ubuntu based container images for Transmission with customized features.

GitHub Repo stars Docker Pulls

Customized Features

Support Version

Transmission Release Base OS Tag Size
3.00 Ubuntu 20.04 LTS focal, latest Docker Image Size (tag)
3.00 Ubuntu 18.04 LTS bionic-v3 Docker Image Size (tag)
2.94 Ubuntu 18.04 LTS bionic-v2.94 Docker Image Size (tag)

Support Architectures

x86-64 only

linux/arm64/v8 (arm64) and linux/arm/v7 are provided on an as is basis.

Usage

docker-composer

---
version: "2.1"
services:
  transmission:
    image: tonyrl/transmission-skip-hash-check
    container_name: transmission
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
      - TRANSMISSION_WEB_HOME=/transmission-web-control/ #optional
      - USER=username #optional
      - PASS=password #optional
      - WHITELIST=iplist #optional
    volumes:
      - <path to data>:/config
      - <path to downloads>:/downloads
      - <path to watch folder>:/watch
    ports:
      - 9091:9091
      - 51413:51413
      - 51413:51413/udp
    restart: unless-stopped

docker-cli

docker run -d \
  --name=transmission \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/London \
  -e TRANSMISSION_WEB_HOME=/transmission-web-control/ `#optional` \
  -e USER=username `#optional` \
  -e PASS=password `#optional` \
  -e WHITELIST=iplist `#optional` \
  -p 9091:9091 \
  -p 51413:51413 \
  -p 51413:51413/udp \
  -v <path to data>:/config \
  -v <path to downloads>:/downloads \
  -v <path to watch folder>:/watch \
  --restart unless-stopped \
  tonyrl/transmission-skip-hash-check

Parameters

Parameter Function
-p 9091 WebUI
-p 51413 Torrent Port TCP
-p 51413/udp Torrent Port UDP
-e PUID=1000 UserID
-e PGID=1000 GroupID
-e TZ=Europe/London Specify a timezone. Time Zones list
-e TRANSMISSION_WEB_HOME=/transmission-web-control/ Use transmission-web-control. (optional)
-e USER=username Specify an optional username for the interface
-e PASS=password Specify an optional password for the interface
-e WHITELIST=iplist Specify an optional list of comma separated host whitelist
-v /config Where transmission should store config files and logs.
-v /downloads Local path for downloads.
-v /watch Watch folder for torrent files.

How to skip hash check

In the web interface http://ip:9091/transmission/web/ or Transmission Remote GUI. Right click on ANY SEEDING torrent, choose Ask tracker for more peers (or tick ANY torrent and click the Ask tracker for more peers icon in the toolbar) and the CURRENT verifying torrent will be skipped for hash check. (Taken from here)

Notes

Alternative Web UI such as endor/kettu and Secretmapper/combustion are dropped. If you want them back or want me to include other Web UI like killemov/Shift, please raise an issue.

Since this image is LinuxServer based, Docker Mods from LinuxServer.io are also available.

For further documentation, you can check out linuxserver/transmission and docs.linuxserver.io

Credits

blackyau/Transmission_SkipHashChek

linuxserver/docker-transmission

superlukia/transmission-2.92_skiphashcheck

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].