Everything posted by clowrym
-
[Support] Clowrym's Docker Repository
Anytime!! Almost every problem it seems is related to some kind of variable / port / path mapping issue!! why it changed.....I can't answer that one!! Cheers!!
-
[Support] Clowrym's Docker Repository
I believe this should be 'true', not '1' ?
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
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?
-
[Support] Clowrym's Docker Repository
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
-
[Support] Clowrym's Docker Repository
Can you post your run command (remove passwords/usernames etc)
-
Speedtest.net for unRAID 6.1+
my graphs dont seem to work anymore, i deleted the plugin, and folder on my flash drive, but didnt seem to fix the issue
-
[Support] Clowrym's Docker Repository
Docker Facts
-
[Support] Clowrym's Docker Repository
I would post an issue here https://github.com/Nukkit/Nukkit, I havent run this docker in a long time.....
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
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:
-
[Support] Clowrym's Docker Repository
You need to change rpc-whitelist-enabled to false in the transmission settings.json file. I believe it's on by default
-
[Support] Clowrym's Docker Repository
send me a pm, i'll add them to the V3 template and see what happens
-
[Support] Clowrym's Docker Repository
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.
-
[Support] Clowrym's Docker Repository
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
-
[Support] Clowrym's Docker Repository
that could be why i've never had these issues. I've always used my PIA login details....
-
[Support] Clowrym's Docker Repository
V3 is out maybe you have to do some configuration changes?
-
[Support] Clowrym's Docker Repository
interessting, I'm having no issues with the latest....not sure what is different with your set up compared to mine.....
-
[Support] Clowrym's Docker Repository
check: i've been playing around with the dev branch, but havent been able to get it working as of yet.....
-
[Support] Clowrym's Docker Repository
are you on the dev branch by chance? i have an issue with the dev branch, but not the latest branch.
-
[Support] Clowrym's Docker Repository
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:
-
[Support] Clowrym's Docker Repository
https://github.com/haugene/docker-transmission-openvpn/issues/1334
-
[Support] Clowrym's Docker Repository
there's lots of different providers, but PIA is the only one that will work with the automatic port forwarding
-
[Support] Clowrym's Docker Repository