Unable to automatically log in to qBittorrent
The configuration page can be connected to the API, but you still need to log in to open qBittorrent through Heimdall.
docker run -d --name=heimdall \
-e PUID=1000 \
-e PGID=1000 \
-p 1000:80 \
-p 1001:443 \
-e http_proxy=http://192.168.10.100:7890 \
-e https_proxy=http://192.168.10.100:7890 \
-v /root/config:/config \
linuxserver/heimdall
By looking at the logs of qBittorrent, it seems that there is a problem with the login IP. The normal login IP is 192.168.10.106, while the Heimdall login IP is 172.17.10.1. I don’t know much about Docker. This seems to be a specific IP for Docker? How to solve this problem?Thanks!
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity

