GM 🌞
What's everyone's go to torrent client these days? I'm on latest MacOS which apparently doesn't work with uTorrent anymore 😢
GM 🌞
What's everyone's go to torrent client these days? I'm on latest MacOS which apparently doesn't work with uTorrent anymore 😢
QBittorrent
FOLX
I find qBittorrent very convenient since it integrates search via plugins.
GM, I haven't used one in a while, but I think transmission is popular on mac
I use Flud but it's not available for iOS. The best iOS alternatives are iTorrent and iTransmission.
I recently started using qBittorent in a docker container, that only allows traffic through another container using gluetun so it all passes through a VPN without affecting the host network.
It works really well so far. I can share the docker compose file if you are interested.
Yeah would love to see the docker file.
Best way to sent it to you?
github gist?
Mine is set up using protonvpn and wireguard but I'm sure the gluetun image can be used with any vpn provider.
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
# Hostname to use for container, required in some instances for the rest of the stack to each other endpoints
hostname: gluetun
# line above must be uncommented to allow external containers to connect.
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
ports:
- 6881:6881
- 6881:6881/udp
- 8085:8085 # qbittorrent
volumes:
- /home/ubuntu/docker/arr-stack/gluetun:/gluetun
environment:
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
- VPN_SERVICE_PROVIDER=protonvpn
- VPN_TYPE=wireguard
# OpenVPN:
# - OPENVPN_USER=
# - OPENVPN_PASSWORD=
# Wireguard:
- WIREGUARD_PRIVATE_KEY={KEY_HERE} # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/providers/nordvpn.md#obtain-your-wireguard-private-key
# - WIREGUARD_ADDRESSES=10.5.0.2/32
# Timezone for accurate log times
- TZ=Europe/London
# Server list updater
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
- UPDATER_PERIOD=24h
restart: always
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
container_name: qbittorrent
network_mode: "service:gluetun"
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- WEBUI_PORT=8085
volumes:
- /my-config:/config
- /my-download:/downloads
depends_on:
- gluetun
restart: always
Hi jeffG 🏴☠️🤟😉 You could try qBittorrent it’s lightweight, open-source, and works well on MacOS without the bloat that comes with other clients. It also doesn’t have the shady ads like uTorrent. Definitely a solid option for anyone looking for a more secure, straightforward experience.
qbittorrent is pretty nice and you can give it a proxy so it only communicates through that
Gm Jeff
GM 🧡
Qbittorrent or deluge
Transmission works a treat 👌
transmission
Transmission