qbittorrent-natmap VS gluetun-wiki

Compare qbittorrent-natmap vs gluetun-wiki and see what are their differences.

qbittorrent-natmap

The objective of this container is to run a script that requests a port forward (via NAT-PMP) from the VPN provider and upon success changes the listening port of the qBittorrent client when running in Docker (by soxfor)

gluetun-wiki

Home to the Markdown Wiki page for Gluetun (by qdm12)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
qbittorrent-natmap gluetun-wiki
10 8
122 234
- -
5.3 7.4
9 months ago 12 days ago
Shell
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

qbittorrent-natmap

Posts with mentions or reviews of qbittorrent-natmap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.

gluetun-wiki

Posts with mentions or reviews of gluetun-wiki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Torrenting raspberry struggling with folders
    2 projects | /r/docker | 9 Dec 2023
    services: gluetun: containername: gluetun image: qmcgaw/gluetun # line above must be uncommented to allow external containers to connect. # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun ports: - 8888:8888/tcp # HTTP proxy - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadowsocks - 8080:8080 #qbittorrent - 6881:6881 #qbittorrent - 6881:6881/udp #qbittorrent - 8989:8989 # port for sonarr - 7878:7878 # port for radarr - 9696:9696 # port for prowlarr - 9117:9117 # port for bazarr volumes: - /home/osmc/Docker:/gluetun - /home/osmc/Docker/tmp:/tmp/gluetun environment: # See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup - VPN_SERVICE_PROVIDER=protonVPN - VPN_TYPE=openvpn # OpenVPN: - OPENVPN_USER=___ - OPENVPNPASSWORD=__ - VPN_PORT_FORWARDING=on # Wireguard: # - WIREGUARD_PRIVATE_KEY=wOEI9rqqbDwnN8/Bpp22sVz48T71vJ4fYmFWujulwUU= # - WIREGUARD_ADDRESSES=10.64.222.21/32 # Timezone for accurate log times - TZ=Netherland # - SERVER_COUNTRIES=Netherland - SERVER_HOSTNAMES=node-nl-13.protonvpn.net,node-nl-01.protonvpn.net - UPDATER_PERIOD=24h - FIREWALL_OUTBOUND_SUBNETS=172.20.0.0/24 restart: unless-stopped
  • Help with Deluge and Gluetun in Docker
    1 project | /r/selfhosted | 8 Dec 2023
    gluetun: image: qmcgaw/gluetun container_name: gluetun # line above must be uncommented to allow external containers to connect. # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun hostname: gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun ports: - 8112:8112 - 6881:6881 # inbound torrent - 6881:6881/udp volumes: - ./gluetun:/gluetun env_file: - ./vpn_credentials.env environment: # See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup - VPN_SERVICE_PROVIDER=protonvpn - VPN_TYPE=openvpn - VPN_PORT_FORWARDING=on - SERVER_HOSTNAMES=node-us-144.protonvpn.net,node-us-126.protonvpn.net # Server list updater # See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list - UPDATER_PERIOD=24h dns: - 8.8.8.8 - 8.8.4.4 networks: - internal deluge: image: lscr.io/linuxserver/deluge:latest container_name: deluge volumes: - ./config/deluge:/config - /hdd/media/torrents:/media/torrents # ports: # - 8112:8112 # webui # - 6881:6881 # inbound torrent # - 6881:6881/udp restart: unless-stopped network_mode: "service:gluetun"
  • Help with setting up gluetun
    1 project | /r/selfhosted | 7 Dec 2023
  • Route docker container via Gluetun + AirVPN
    1 project | /r/unRAID | 7 Dec 2023
    I've got a couple of Docker containers running: 'binhex-plexpass' and 'GluetunVPN'. I've subscribed to AirVPN, and I'm trying to configure 'GluetunVPN' for AirVPN (Wireguard). I think I've succeeded with this. However, I'm a bit stuck on connecting 'GluetunVPN' to 'binhex-plexpass' based on this guide: https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md
  • NordVPN - AUTH_FAILED Your credentials might be wrong
    2 projects | /r/gluetun | 12 Jul 2023
    2023-07-12T11:28:22+01:00 INFO [healthcheck] program has been unhealthy for 2m41s: restarting VPN (see https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md)
  • Tun0 not showing up as an interface option in settings
    1 project | /r/qBittorrent | 9 Jul 2023
  • Routing torrenting on a home server through VPN
    3 projects | /r/selfhosted | 8 Jul 2023
    qbittorrent can use proxies if I remember correctly, so you just need to enable privoxy in the gluetun service, and add the ip of the machine plus the choosen port for the proxy to qbittorrent settings from the web interface.
  • Transmission (& other Apps) - is OpenVPN no longer usable? TrueNAS-SCALE-22.12.3.1
    1 project | /r/truecharts | 2 Jul 2023
    Choose your provider if not found, check out custom, wiki here.

What are some alternatives?

When comparing qbittorrent-natmap and gluetun-wiki you can also consider the following projects:

hide.client.linux - Hide.me CLI VPN client for Linux

gluetun - VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.

Saltbox - Ansible-based solution for rapidly deploying a Docker containerized cloud media server.

py-natpmp - a NAT-PMP library for Python

Guides - Here you will find Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it.