[PR #280] [MERGED] Add ruTorrent blueprint (crazy-max image) #333

Closed
opened 2025-11-22 20:35:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/280
Author: @shishirahm3d
Created: 8/12/2025
Status: Merged
Merged: 8/23/2025
Merged by: @Siumauricio

Base: mainHead: add-rutorrent-blueprint


📝 Commits (7)

  • cd6965b Add ruTorrent blueprint and meta.json entry
  • bb0b97d Add blueprints/rutorrent (compose + template + logo)
  • 14d4e2f Rename folder to blueprints/rutorrent and ensure logo path
  • ac372e9 Merge branch 'main' into add-rutorrent-blueprint
  • 87ca5f7 Update meta.json with new software entries and modifications
  • 494b57d Update blueprints/rutorrent/docker-compose.yml
  • efc6397 Merge branch 'main' into add-rutorrent-blueprint

📊 Changes

4 files changed (+109 additions, -0 deletions)

View changed files

blueprints/rutorrent/docker-compose.yml (+28 -0)
blueprints/rutorrent/rutorrent.svg (+29 -0)
blueprints/rutorrent/template.toml (+34 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

New PR of ruTorrent blueprint using the actively maintained crazy-max/docker-rtorrent-rutorrent image.

This adds:

  • blueprints/rutorrent/docker-compose.yml — service definition, volumes, and P2P ports.
  • blueprints/rutorrent/template.toml — variables, domain mapping, mounts, and env vars.
  • meta.json — ruTorrent metadata entry.

Key features:

  • Web UI on port 8080 (proxied by Dokploy).
  • Configurable PUID, PGID, and ports.
  • Exposes P2P ports for proper torrent operation.

Checklist

Before submitting this PR, please make sure that:

  • I have read the suggestions in the README.md
  • I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong.
  • I have added tests that demonstrate that my correction works or that my new feature works.

N/A


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/280 **Author:** [@shishirahm3d](https://github.com/shishirahm3d) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/23/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `add-rutorrent-blueprint` --- ### 📝 Commits (7) - [`cd6965b`](https://github.com/Dokploy/templates/commit/cd6965b6a23c047ac0aa90f124b4b37f4b200ad5) Add ruTorrent blueprint and meta.json entry - [`bb0b97d`](https://github.com/Dokploy/templates/commit/bb0b97d2e3c02446311c9ab90b964d0c43b33bdd) Add blueprints/rutorrent (compose + template + logo) - [`14d4e2f`](https://github.com/Dokploy/templates/commit/14d4e2ffec2fcd73f6b3749d0d1df475cdcb7823) Rename folder to blueprints/rutorrent and ensure logo path - [`ac372e9`](https://github.com/Dokploy/templates/commit/ac372e9f664ac5b43c345af3e97377da7433414f) Merge branch 'main' into add-rutorrent-blueprint - [`87ca5f7`](https://github.com/Dokploy/templates/commit/87ca5f785c68296c41c4f06c8d74fba6f61a0a40) Update meta.json with new software entries and modifications - [`494b57d`](https://github.com/Dokploy/templates/commit/494b57d0199f9f41e35f296f5eaa56429b570dfc) Update blueprints/rutorrent/docker-compose.yml - [`efc6397`](https://github.com/Dokploy/templates/commit/efc6397b2f1f08bd9930cbab06e5dcc0410da6c6) Merge branch 'main' into add-rutorrent-blueprint ### 📊 Changes **4 files changed** (+109 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/rutorrent/docker-compose.yml` (+28 -0) ➕ `blueprints/rutorrent/rutorrent.svg` (+29 -0) ➕ `blueprints/rutorrent/template.toml` (+34 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? New PR of ruTorrent blueprint using the actively maintained [crazy-max/docker-rtorrent-rutorrent](https://github.com/crazy-max/docker-rtorrent-rutorrent) image. This adds: - blueprints/rutorrent/docker-compose.yml — service definition, volumes, and P2P ports. - blueprints/rutorrent/template.toml — variables, domain mapping, mounts, and env vars. - meta.json — ruTorrent metadata entry. Key features: - Web UI on port 8080 (proxied by Dokploy). - Configurable PUID, PGID, and ports. - Exposes P2P ports for proper torrent operation. ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the [README.md](https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template) - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. ## Issues related (if applicable) N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:35:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#333