binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
444 stars 47 forks source link

[Feature Request] Include Jackett #128

Open bmfrosty opened 2 years ago

bmfrosty commented 2 years ago

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.

shahvirb commented 2 years ago

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/

maxfield-allison commented 2 years ago

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