qbittorrent-natmap icon indicating copy to clipboard operation
qbittorrent-natmap copied to clipboard

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 i...

Results 11 qbittorrent-natmap issues
Sort by recently updated
recently updated
newest added

Hello, With latest gluetun update, qbitorrent-natmap does not work anymore : ``` 2024-05-05 01:11:31 | VPN container gluetun in healthy state! 2024-05-05 01:11:32 | Unable to reach qBittorrent at 10.2.0.2:8080...

A Go implementation of natpmp was added in https://github.com/qdm12/gluetun/pull/1543 In the README you talk about not having a natpmp binary to use in gluetun as what prevents just augmenting gluetun...

Hi, i would like to use your container on my kubernetes cluster. So i don't have docker.sock available. I might start hacking the start.sh script so it works without the...

hey i got it working with gluetun, but the Linuxserver[dot]io wireguard container won't work. the natmap container just hangs on the health check. would be nice to be able to...

Would be great if the container supported Docker Socket-Proxies.

Hi there! I believe the natpmpc command is actually available in alpine linux: https://pkgs.alpinelinux.org/contents?branch=edge&name=libnatpmp&arch=armv7&repo=community So this part of the documentation is _technically_ correct (as in, you couldn't find it), but...

I am running this script with linuxserver qb and gluetun. My docker stack is below. version: "3.6" services: gluetun: image: qmcgaw/gluetun:latest container_name: gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun ports:...

The default setup was to query the qBittorrent WebGUI over HTTP. This is fine normally, but in order to register qBittorrent WebGUI to handle magnet links, qBittorrent needs to run...

I currently have the following stack up and running: ```yaml version: "3" services: gluetun: image: qmcgaw/gluetun container_name: gluetun network_mode: bridge cap_add: - NET_ADMIN ports: - 8888:8888/tcp # HTTP proxy -...

I'm sure I configured something wrong since I didn't see an issue about this already, so if someone could point out what I did wrong that would be great. I...