clowrym

Members
  • Posts

    550
  • Joined

  • Last visited

Everything posted by clowrym

  1. I believe this should be 'true', not '1' ?
  2. there's been some issues with transmission lately. the settings are supposed to survive reboot now, but i find some do, some don't... can you post you run command and log after restart, remove any pertinent user/passwords.
  3. can you drop your settings.json file? Also do you have any issues connecting to the transmission gui? can you also post the log for transmission are there any proxy settings in Radarr that you have set?
  4. You have only specified one port: -p '9091:9091/tcp' root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='transmission' --net='proxynetwork' --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e'OPENVPN_USERNAME'='*******' -e 'OPENVPN_PASSWORD'='*******' -e 'OPENVPN_CONFIG'='netherlands' -e 'OPENVPN_PROVIDER'='PIA' -e 'LOCAL_NETWORK'='10.0.0.0/24' -e 'TRANSMISSION_RPC_USERNAME'='******' -e 'TRANSMISSION_RPC_PASSWORD'='*******' -e 'OPENVPN_OPTS'='--inactive 3600 --ping 10 --ping-exit 60 --mute-replay-warnings' -e 'PUID'='99' -e 'PGID'='100' -e 'TRANSMISSION_DOWNLOAD_DIR'='/downloads' -e 'TRANSMISSION_RPC_AUTHENTICATION_REQUIRED'='true' -e 'TRANSMISSION_RATIO_LIMIT_ENABLED'='true' -e 'TRANSMISSION_DOWNLOAD_QUEUE_SIZE'='15' -e 'TRANSMISSION_CACHE_SIZE_MB'='10' -e 'TRANSMISSION_INCOMPLETE_DIR'='/downloads/incomplete' -e 'TRANSMISSION_WEB_UI'='transmission-web-control' -e 'GLOBAL_APPLY_PERMISSIONS'='false' -e 'WEBPROXY_ENABLED'='true' -e 'PIA_OPENVPN_CONFIG_BUNDLE'='openvpn-tcp' -p '9091:9091/tcp' -v '/mnt/user/appdata/transmission_VPN':'/data':'rw' -v '/mnt/user/Media/torrents/':'/downloads':'rw' -v '/mnt/user/Media/torrents/Watched/':'/watch':'rw' -v '/mnt/user/Media/torrents/':'/mnt/user/T_Media/Torrent/':'rw' --cap-add=NET_ADMIN --restart=always --log-opt max-size=50m --log-driver json-file --dns 8.8.8.8 --dns 1.1.1.1 'haugene/transmission-openvpn:dev' If you enable tiny proxy, you also have to add the port mapping: Sonarr and radarr should connect to 9091 if you have set them properly
  5. Can you post your run command (remove passwords/usernames etc)
  6. my graphs dont seem to work anymore, i deleted the plugin, and folder on my flash drive, but didnt seem to fix the issue
  7. I would post an issue here https://github.com/Nukkit/Nukkit, I havent run this docker in a long time.....
  8. I just made a few changes to the docker template, so you should see an update with the new pia vpn url's, as well as the updated locations in the near future. On another note, I have tried to remove the transmission variables, as they are supposed to be static now, but it seems they are not, so i have left them as is.
  9. I've been testing a new template for the docker on V3, but it hasnt been very stable up to this point. Hopefully be able to do an update this weekend on the transmission template.
  10. the settings.json file is in whatever location you set for : in my case its located at /mnt/user/T_Media/Torrent/transmission-home, and should look similar to this:
  11. You need to change rpc-whitelist-enabled to false in the transmission settings.json file. I believe it's on by default
  12. send me a pm, i'll add them to the V3 template and see what happens
  13. I just set up a second docker on my test server for the dev channel, and it seems to be working using switzerland....or at least for the last hour or so..... I'll play around this weekend and see if i can update the template to be a little more suited to V3, i notice there are a few changes, so there are a few variables that i can remove now. I also see an issue listed for "special charracters" in the PIA password which isn't working atm. I also see in the release notes there is, or is going to be a wway to add user scripts in the future, may make adding the update tracker github you posted above.
  14. alot of these issues could be related to the release of V3, I would post the issues on github. I'll also have to have a look at the template, and see if there are some changes I need to make . Haugene's Issues on Github
  15. that could be why i've never had these issues. I've always used my PIA login details....
  16. V3 is out maybe you have to do some configuration changes?
  17. interessting, I'm having no issues with the latest....not sure what is different with your set up compared to mine.....
  18. check: i've been playing around with the dev branch, but havent been able to get it working as of yet.....
  19. are you on the dev branch by chance? i have an issue with the dev branch, but not the latest branch.
  20. if you want to use something outside your local network, you have to it add the network below. I've always connected to my home through a VPN and made sure to add whatever VPN network details to this line. in the beginning adding to this line didnt work, although i've read its supposed to now, so i use the script below and run it every hour incase docker updates, or restarts. Hopefully this helps! On another note, reading Haugene - Docker Transmission Depreciation Warning, there are changes coming to this docker. #!/bin/bash echo adding 10.1.0.0/24 LAN_NETWORK docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.1.0.0/24 via 172.17.0.1 dev eth0" echo Netowrk added echo adding 10.253.0.0/24 LAN_NETWORK docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.253.0.0/24 via 172.17.0.1 dev eth0" echo Netowrk added exit Another option would be to switch to a different UI ALTERNATIVE WEB UI'S . This is my current use, as some of the alternate UI's are very close to Transmission remote!! I connect to my server with wireguard from my phone, or laptop, or whatever i have at the time!! you can do this by adding the following variable:
  21. https://github.com/haugene/docker-transmission-openvpn/issues/1334
  22. there's lots of different providers, but PIA is the only one that will work with the automatic port forwarding
  23. this field, add in your provider: once added, choose your provider from the drop down:
  24. Any providers that are new since MT last update to the template can be added by editing the field in the unraid template, it's been a while since I have updated my template. I Cam have a look this weekend and add Amy me ones that are missing since my last update.