arch-qbittorrentvpn icon indicating copy to clipboard operation
arch-qbittorrentvpn copied to clipboard

[Feature Request] Include Jackett

Open bmfrosty opened this issue 2 years ago • 2 comments

I'm using this and was wondering if it would be possible to include jackett in the container so that the qbittorrent rss could address it directly since if it's in a private network and jackett is in the same private network qbittorrent can't reach it without opening up a port forward at the router in a home network.

bmfrosty avatar Feb 24 '22 02:02 bmfrosty

since if it's in a private network and jackett is in the same private network qbittorrent can't reach it without opening up a port forward

@bmfrosty how about setting your jackett and qbittorrentvpn containers to both use host mode? This will not require the port forwarding solution. https://docs.docker.com/network/

shahvirb avatar Jun 20 '22 22:06 shahvirb

better yet just use the docker networking layer. as long as both containers are on the same bridge (not the default bridge) you can just use the name of the container and a port to connect

maxfield-allison avatar Jul 06 '22 18:07 maxfield-allison