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.

[Support] binhex - bitmagnet

Featured Replies

17 minutes ago, wgstarks said:

Qbittorrentvpn is running but I just get failed to connect

Did you also add it to your VPN_INPUT_PORTS list?

  • Replies 210
  • Views 29.5k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • i have now included an example configuration file, please pull down the latest image. The config file will be located at '/config/bitmagnet/config.yml.example', please open the file with a decent edit

  • See Q24 at this link https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

  • New image built, this includes my hack to switch sort order for the Torznab API from 'Relevance' to 'Published' date, so this should result in newer magnets being found and thus a higher chance of the

Posted Images

43 minutes ago, JonathanM said:

Did you also add it to your VPN_INPUT_PORTS list?

I don’t have that variable in my qbittorrentvpn docker template. Can you post a screenshot so I can add it?

Edited by wgstarks

I added that variable and changed WEB_UI to localhost:3333 as dictated in the FAQ but still no dice. Also attaching supervisord.log since I'm seeing errors there.

 

qbittorrentvpn-

Screenshot2024-09-22at8_32_50PM.thumb.png.5b63c348d9bd4d589f275f1eb18454da.png

Screenshot2024-09-22at8_33_16PM.thumb.png.cc9a8fe8c42ffc2b51bd3dfa33d8436c.png

 

bitmagnet config-

Screenshot2024-09-22at8_35_19PM.thumb.png.9e1a5626cd356e323fccea959bd1e91b.png

 

 

supervisord.log

Update: It just started working. Maybe I just needed to wait a few more minutes. Still unable to add it to Prowlarr though.

 

Screenshot2024-09-22at8_42_37PM.thumb.png.fda02a51baa526441c024b5ef943e4de.png

 

Does Prowlarr also need to be running through the same VPN for this to work? Currently it's using Privoxy IIRC. Or maybe I'm just doing it wrong.😁

Also, is there anyway to only allow specified languages in the config file (or otherwise I guess)? I'm not seeing anything obvious but haven't checked all the docs.

32 minutes ago, wgstarks said:

Does Prowlarr also need to be running through the same VPN for this to work?

Yes, at least that's how I have mine configured.

  • Author
9 hours ago, wgstarks said:

Does Prowlarr also need to be running through the same VPN for this to work?

Nope it doesn't need to be but it makes things simpler if it does, fyi this is what i have inside the vpn network (privoxyvpn):-

 

Prowlarr

Jackett

bitmagnet

flaresolverr

nicotine+

 

Then in a separate vpn tunnel is qbittorrentvpn, all other containers are on the standard host/bridge network, basically IMO you should only be putting applications inside the vpn network that either download files (torrent client) or download/interact with index sites.

 

But if you do want prowlarr to talk to bitmagnet then you will need to use the ip address of your server NOT 'localhost', you only use localhost if you are performing communication between two applications inside the same (vpn) network, so this is wrong:-
 

10 hours ago, wgstarks said:

I added that variable and changed WEB_UI to localhost:3333 as dictated in the FAQ

From the FAQ:- 

Quote

Please keep in mind that when defining connections from an application to another application in the same VPN container network that you will need to set the host to 'localhost' and NOT the LAN IP address,

This is not the case for you (as things currently stand).

  • Author

image.png.5d20d4fb8e141d60e94eb00b4047c320.png
One other comment, from your screenshot it looks like you are making things a little more complex than they need to be, prowlarr already has a pre-defined index site for bitmagnet. no need to define custom:-

image.thumb.png.097db0e794b0831d485437a80b0c6769.png

1 hour ago, binhex said:

this is what i have inside the vpn network (privoxyvpn):-

 

Prowlarr

Jackett

bitmagnet

flaresolverr

nicotine+

So using qbittorrentvpn for the von network I can just add bitmagnet, Jackett, Prowlarr and flaresolver and leave Sonarr and Radarr with there current configuration connected to Privoxy? And this won’t effect there ability to connect to Jackett and Prowlarr?

 

FYI: I think they currently use localhost to connect to Privoxy.

Edited by wgstarks

  • Author
29 minutes ago, wgstarks said:

leave Sonarr and Radarr with there current configuration connected to Privoxy?

proxy will add complexity to this and is no longer required, remember jackett/prowlarr now do the metadata downloading here not sonarr/radarr so no need to proxy.

1 hour ago, binhex said:

proxy will add complexity to this and is no longer required, remember jackett/prowlarr now do the metadata downloading here not sonarr/radarr so no need to proxy.

So this config will still work (with appropriate port numbers of course) for Sonarr/Radarr connected to local bridge network and Prowlarr/Jacket connected to VPN?

 

Screenshot2024-09-23at9_52_33AM.thumb.png.aa7468d2852c8f38a012fb7199c247da.png

Edited by wgstarks

Just now, wgstarks said:

So this config will still work (with appropriate port numbers of course) for Sonarr/Radarr connected to local bridge network and Prowlarr/Jacket connected to VPN?

That's how mine is set up.

  • Author
5 hours ago, wgstarks said:

So this config will still work (with appropriate port numbers of course) for Sonarr/Radarr connected to local bridge network and Prowlarr/Jacket connected to VPN?

it should do, yes, prowlarr pushes index configuration to radarr/sonarr, so if you can see the indexers appearing in radarr/sonarr then the chances are its configured correctly, hit the 'test' button to confirm but you should be good.

38 minutes ago, binhex said:

it should do, yes, prowlarr pushes index configuration to radarr/sonarr, so if you can see the indexers appearing in radarr/sonarr then the chances are its configured correctly, hit the 'test' button to confirm but you should be good.

If I test the Prowlarr indexers in radarr/sonarr the tests pass but Prowlarr is showing all apps unavailable. Doesn’t look like the sync function is working either.

 

IMG_0099.thumb.png.cdf5c23bb8e302e4dd190a60deced391.png

Edited by wgstarks

2 minutes ago, wgstarks said:

If I test the Prowlarr indexers in radarr/sonarr the tests pass but Prowlarr is showing all apps unavailable. Doesn’t look like the sync function is working either.

If you go to settings, apps in prowlarr, do all your apps show up and test good?

  • Author
9 minutes ago, wgstarks said:

but Prowlarr is showing all apps unavailable.

this is what my prowlarr app settings for sonarr look like, do yours look similar?:-

image.thumb.png.0ee34b4185cbfcca59cd9557c25bacee.png

Also keep in mind you will need to permit prowlarr (inside the vpn) to talk to sonarr (outside the vpn), this is done by adding sonarr port to VPN_OUTPUT_PORTS list, like so:-

image.png.9431084bd32467da737aae0eb320ecf7.png

1 hour ago, binhex said:

Also keep in mind you will need to permit prowlarr (inside the vpn) to talk to sonarr (outside the vpn), this is done by adding sonarr port to VPN_OUTPUT_PORTS list, like so:-

This is probably the problem.

Added the variable VPN_OUTPUT_PORTS with the proper values and it’s working thanks to @binhex and @JonathanM for the help.👍👍👍

I'm seeing a few warnings in the log-

2024-09-23 21:26:28,201 DEBG 'start' stdout output:
WARN    dht_crawler     dhtcrawler/bootstrap.go:20      failed to resolve bootstrap node address: lookup dht.anacrolix.link on 1.1.1.1:53: no such host

2024-09-23 21:26:48,336 DEBG 'start' stdout output:
WARN    dht_crawler     dhtcrawler/bootstrap.go:20      failed to resolve bootstrap node address: lookup router.bittorrent.cloud on 1.1.1.1:53: no such host

 

Are these expected? The docker is working, just bothered by the warnings.

 

supervisord.log

 

15 minutes ago, wgstarks said:

Are these expected?

I believe so. Probably caused by clients advertising sources that are no longer online.

  • Author
6 hours ago, wgstarks said:

Are these expected? The docker is working, just bothered by the warnings.

Ignore it, i see the same, i believe they are old DHT bootstrap endpoints that no longer exist, i would assume they will be removed in the next release.

i use appdata backup plugin to back up my containers appdata folders.

 

i am getting the following error when it runs:

image.png.5a7daf8c7ca75182d67fde46d3405e7e.png

 

can someone help me correct this?  thank you!

1 hour ago, knights_of_pine said:

i use appdata backup plugin to back up my containers appdata folders.

 

i am getting the following error when it runs:

image.png.5a7daf8c7ca75182d67fde46d3405e7e.png

 

can someone help me correct this?  thank you!

Pretty sure you just need to specify an exclusion for that path. It's out of the ordinary for the normal way of doing things, so it trips up the defaults in the backup plugin. It does not ever need to be backed up, it's simply a way for multiple separate binhex containers to share information.

so in the "excluded folders/files" i just type "binhex-shared"  no quotes?

 

image.thumb.png.60a88773599d0e6b1e08ecc1c2aaf961.png

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.