Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[DEPRECATED] DJISMGAMING | CLEANUPERR, Malicious torrent clean-up tool

Featured Replies

DEPRECATED, use the developer's own template on the Community Applications

 

Application Name: cleanuperr
Application Site: https://github.com/flmorg/cleanuperr
Docker Image Repository: https://hub.docker.com/r/flaminel/cleanuperr
Github: https://github.com/flmorg/cleanuperr


## updates

 

2024.11.16 - the container developer seems to have removed image tag 1.1.0. Please change your container image tag to ‘latest’. See: https://www.reddit.com/r/sonarr/s/4Vbc95ZgCM

 

 

 

## cleanuperr

 

How it works

- Add excluded file names to prevent malicious files from being downloaded by qBittorrent.

- cleanuperr goes through all items in Sonarr's queue at every 5th minute.

- For each queue item, a call is made to qBittorrent to get the stats of the torrent.

- If a torrent is found to be marked as completed, but with 0 downloaded bytes, cleanuperr calls Sonarr to add that torrent to the blocklist.

- If any malicious torrents have been found, cleanuperr calls Sonarr to automatically search again.

 

DEPRECATED, use the developer's own template on the Community Applications

Edited by djismgaming
deprecating this template as the lead developer keeps his template now

I need this!  looks great but :( I have delugevpn... can you plleeeeaaasseee!!  please wwith sugar on top make one for that? 😝

Not working for me. Docker command failed to download the image

 

Quote

Unable to find image 'flaminel/cleanuperr:1.1.0' locally
docker: Error response from daemon: manifest for flaminel/cleanuperr:1.1.0 not found: manifest unknown: manifest unknown.
See 'docker run --help'.

 

Ok, had to manually change the version to 1.1.1 to pull down the image.

  • Author
9 hours ago, Uliphant said:

I need this!  looks great but :( I have delugevpn... can you plleeeeaaasseee!!  please wwith sugar on top make one for that? 😝

Hi @Uliphant, in your case, you would have to request that to the developer of the container directly. You can find that out via the GitHub link. ;) 

  • Author
5 hours ago, vicious-transgression6851 said:

Ok, had to manually change the version to 1.1.1 to pull down the image.

Indeed, seems the developer removed 1.1.0

If you can, you can change the template's repository to read: flaminel/cleanuperr:latest

so that it doesn't break moving forward.

 

NM.... I just saw your update on your original post, so it seems you (or someone) fixed the template. Thank you!

Edited by God_TM
just saw the update

  • Author
37 minutes ago, God_TM said:

If you can, you can change the template's repository to read: flaminel/cleanuperr:latest

so that it doesn't break moving forward.

 

NM.... I just saw your update on your original post, so it seems you (or someone) fixed the template. Thank you!

Yes, it was fixed. There was another bug that made the template unavailable on the CA for some time. It's now updated with the latest tag ;)

 

Enjoy!

Any update to this Template to pick up the new support for other downloaders that the author added recently.  In my case Transmission?

  • Author
43 minutes ago, thedman said:

Any update to this Template to pick up the new support for other downloaders that the author added recently.  In my case Transmission?

Did the developer change the Docker Hub image name? Last I checked the template was updated to use the latest tag so we all can have the latest image version.

 

I'll give it a look.

Edited by djismgaming

  • Author

I think you refer to adding the new Environment Variables for 

 

      # OR
      # - DELUGE__ENABLED=true
      # - DELUGE__URL=http://localhost:8112
      # - DELUGE__PASSWORD=testing
      # OR
      # - TRANSMISSION__ENABLED=true
      # - TRANSMISSION__URL=http://localhost:9091
      # - TRANSMISSION__USERNAME=test
      # - TRANSMISSION__PASSWORD=testing

 

I'll do in a bit. Remember that you can always modify your specific install and add/remove Environment Variables yourself depending on your needs ;)

  • Author

Template modified with all new/current Environment Variables in the repo. Should be on CA in a bit.

Edited by djismgaming

Thank you!

  • Author

Somehow the updated template is not hitting the CA on my side. If you see it, let me know.

 

Edit: Never mind, a little fix in the repo made it appear now in the CA correctly.

Edited by djismgaming

Hi

 

 

Hope you can help. i am trying to create a local blacklist - yet as its a variable i can't point it to a local file path. Would it be correct to assume i need to host its as a website. Sorry read through the documentation but its not very clear on that section.

 

Thank you for the help in advance

Edited by ikedrinski

  • Author

Hi @ikedrinski,

 

From the GitHub repo from the developer, on this specific variable CONTENTBLOCKER__BLACKLIST__PATH it gives an explanation for that feature.

 

CONTENTBLOCKER__BLACKLIST__PATH can be a "path to the whitelist (local file or url); Needs to be json compatible". That means that you'll either need the URL to the file or the file itself as a local file. In the case of a local file, make sure to put it somewhere where the container will have access to it permanently.

 

## Either:

 

- For a local file to work, you'll need to include a mount in the container to your directory where you'll keep this file. For that refer to: https://docs.unraid.net/unraid-os/manual/docker-management/#volume-mappings

 

- For a hosted file (website/webserver), you'll use a URL. In that case just fill the container variable with the URL for the file.

  • 4 weeks later...

First I would like to say thank you for developing this tool. 

I am just wondering what the default threshold is for removing stalled torrents for the queue cleaner. I don't see anywhere in the dockers settings page to adjust it.

@barfoolDOTcom This unraid template was created by @djismgaming, not by me. Unless he somehow transfers the rights to me, I can't keep the template updated.

  • Author
On 12/20/2024 at 3:04 PM, Flaminel said:

@barfoolDOTcom This unraid template was created by @djismgaming, not by me. Unless he somehow transfers the rights to me, I can't keep the template updated.

Hi @Flaminel, you can take the xml from the GitHub repository and make your own docker template repository with it. 100% no problem. 
 

I just like to help people get their apps in unraid, 🥰 but having a template directly from the developer is always so much better. 🤩


I can assist if needed. Not a CA publishing guru here by any means. I just like to help. 😊
 

The GitHub repository I use for publishing in CA is: https://github.com/djismgaming/docker-templates/blob/72cc31c97da739da971a1c38b993c4158cb6b9ea/djismGAMING/cleanuperr.xml


It will be great to have a template under your control as you make changes to the container and can keep those changes being reflected on your unraid template. 😍

Edited by djismgaming

  • Author

As soon as you get your template in the store, let me know to remove mine. 🫡

@djismgaming I'm going to try to do it after the holidays. If you could DM me or join the discord server to let me know what are the steps to submit a CA that would be awesome!

On 12/20/2024 at 7:22 AM, barfoolDOTcom said:

First I would like to say thank you for developing this tool. 

I am just wondering what the default threshold is for removing stalled torrents for the queue cleaner. I don't see anywhere in the dockers settings page to adjust it.

Can anyone point me in the right direction. I do not see anywhere to adjust this in the unraid docker config. according to the project page the default is "0" which would mean that it never actually cleans any torrents. 

Thanks in advance for any help.

4 hours ago, barfoolDOTcom said:

Can anyone point me in the right direction. I do not see anywhere to adjust this in the unraid docker config. according to the project page the default is "0" which would mean that it never actually cleans any torrents. 

Thanks in advance for any help.


The current template is not updated. A new one will hopefully be approved soon.

  • djismgaming changed the title to [DEPRECATED] DJISMGAMING | CLEANUPERR, Malicious torrent clean-up tool

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.