-
Not sure what I'm doing wrong. The docker is created successfully (I believe) and running. I'm able to access the transmission web page at HTTP://ipaddress:9091. I am also able to run a curl command in the docker shell and get the VPN IP address. I'm using PIA as my provider and running this on a Synology DSM 7 box. I also tried different releases of this project (latest, dev). However, I'm not able to have any magnet torrents connect with servers successfully. Note: I do have a reverse proxy setup using Synology's built-in tool (forwarding traffic to 443), but even if I access transmission locally I don't have any luck. I am also able to access transmission remotely via the reverse proxy address. This is my docker run setup (sensitive stuff is redacted): My log file: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Okay. So I happen to find another post that mentioned something that when they removed explicitly setting the PUID and PGID and env variables the downloads worked. I stripped out some of the additional options I had tested and those 2 and once I removed them, the downloads started working. I also confirmed that I was getting the VPN IP address within the docker container. So I guess I can consider this one solved! Not sure why I couldn't use the PUID and PGID values though. I wanted to have an admin user specifically for transmission so I can limit access to the rest of my server, so if anyone would consider looking into why this isn't working I would still like to be able to set these values to a different admin than the one the docker was created with (both are part of the admin group). |
Beta Was this translation helpful? Give feedback.
Okay. So I happen to find another post that mentioned something that when they removed explicitly setting the PUID and PGID and env variables the downloads worked. I stripped out some of the additional options I had tested and those 2 and once I removed them, the downloads started working. I also confirmed that I was getting the VPN IP address within the docker container. So I guess I can consider this one solved! Not sure why I couldn't use the PUID and PGID values though. I wanted to have an admin user specifically for transmission so I can limit access to the rest of my server, so if anyone would consider looking into why this isn't working I would still like to be able to set these va…