All apps · 0 apps
Torrent-Maker-Pro
Docker app from PandaBoyNL's Repository
Overview
Readme
View on GitHub🚀 Torrent Maker Pro (Unraid WebUI)
A lightning-fast, lightweight WebUI to locally generate .torrent files directly from your Unraid server disks. Built with Node.js and Alpine Linux, this Docker container bypasses slow upload times by scanning your server files natively.
✨ Features
- Native Server Browser: Browse your Unraid
/datashare directly within the app. No drag-and-drop or network uploading required! - Blazing Fast: Generates
.torrentfiles in seconds and saves them automatically to your/storagedirectory. - Turbo Mode: Automatically processes up to 5 torrents simultaneously for large queue batches.
- Tracker Management: Automatically fetches the latest public trackers, or lets you easily paste your own custom lists.
- Ultra Lightweight: Based on Alpine Linux for a tiny container footprint.
📡 Trackers & Feedback
By default, this application automatically fetches the trackers_all.txt list from the ngosang/trackerslist repository.
Do you know a better tracker list? If you know of a better, more reliable tracker list that is automatically updated, please contact me! You can reach out by creating an Issue on this GitHub repository or by using the built-in Contact button inside the WebUI. I am always looking to improve the app!
📦 Unraid Installation
- Go to the Apps tab (Community Applications) in Unraid.
- Search for Torrent Maker Pro.
- Click Install.
- Important: By default, this app uses port
8080. If port8080is already in use on your server, please change the 'WebUI Port' (Host Port) during installation to another free port (e.g.,8081or8282).
☕ Support & Buy Me a Coffee This project is developed with passion in my free time. If you enjoy using Torrent Maker Pro and want to help keep the app running, updated, and bug-free, please consider buying me a coffee!
👉 Buy me a coffee via PayPal (PandaBoyNL) https://www.paypal.com/paypalme/PandaBoyNL
Thank you for your support! ❤️
🛠️ Manual Docker Installation
If you prefer to run it via CLI:
docker run -d \
--name torrent-maker-pro \
-p 8080:8080 \
-v /mnt/user/downloads:/data \
-v /mnt/user/torrents:/storage \
pandaboynl/torrent-maker-pro:latest
Install Torrent-Maker-Pro on Unraid in a few clicks.
Find Torrent-Maker-Pro in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
pandaboynl/torrent-maker-pro:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8080]/- Network
bridge- Shell
bash- Privileged
- false
Template configuration
The port on which the application is accessible. ⚠️ Change this if 8080 is already in use!
- Target
- 8080
- Default
- 8080
- Value
- 8080
The directory on your Unraid server where the .torrent files will be saved.
- Target
- /storage
- Default
- /mnt/user/appdata/torrent-maker-pro/torrents
- Value
- /mnt/user/appdata/torrent-maker-pro/torrents
The directory on your Unraid server containing the original files you want to create a torrent from (Read-only).
- Target
- /data
- Default
- /mnt/user/
- Value
- /mnt/user/
Paste your Discord Webhook URL here to automatically receive a notification when all torrents are generated.
- Target
- DISCORD_WEBHOOK