Everything posted by clowrym
-
[Support] Clowrym's Docker Repository
This thread isnt for binhex's docker, its for haugene/transmission-openvpn, the variable PIA_OPENVPN_CONFIG_BUNDLE: was added to this template a while back when the change was made to PIA to automatically download whichever configs you selected!! Glad it worked for you though!!
-
[Support] Clowrym's Docker Repository
Does it become responsive once the delete is competed? If not, i would post a support request on Haugene's Issues page
-
[Support] Clowrym's Docker Repository
I have this issue now and again with PIA, I run the following script every ~15 minutes to look for the error and restart the containeer #!/bin/bash #Check for error in Transmission log and restarts docker if found #change /Search_String/ to suit the required error echo checking for Transmission_vpn Fatal Error docker logs --tail 50 Transmission_VPN 2>&1 | awk '/fatal_error/ {print | "docker restart Transmission_VPN"}'
-
[Support] Linuxserver.io - Ombi
Your definitely not the assholes here....
-
[Support] Clowrym's Docker Repository
THIS post explains the current functionality of the Docker templates / OS design. HERE as well
-
[Support] Clowrym's Docker Repository
Added CUSTOM option to OPENVPN_PROVIDER for you.
-
[Support] Clowrym's Docker Repository
1) You can edit and modify the VPN providers list all you want. The template is set up with PIA servers per the OP 2) I'm not sure why it resets all the fields, I dont have that issue, as its my template and the changes I make are typically for my own use.... I will have to look into that. I created the template, but am by no means an expert at it!! 3) Read this post, remove the template URL and that should stop the issue HERE
-
[Support] Clowrym's Docker Repository
- [Support] Clowrym's Docker Repository
- [Support] Clowrym's Docker Repository
did you also add the "--" to --dns ? is was missing in your run command....at least compared to mine.- [Support] Clowrym's Docker Repository
I believe this should be --dns 8.8.8.8 ..... If that doesn't help, try moving off the :dev branch- [Support] Clowrym's Docker Repository
Can you post the docker run command, remove your username/passwords- [Support] Clowrym's Docker Repository
I haven't really paid much attention.... Generally though, I find its really dependent on the tracker im connected to. The private ones im on have always seemed very fast! I've got a 1g connection.... Just doing a test i'm running 200+ mbps Update..... watching it, its now jumped to 500~600- [Support] Clowrym's Docker Repository
i need to see your run command..... have you tried adding google dns 8.8.8.8?- [Support] Clowrym's Docker Repository
I dont see an issue with the run command, what does your log say? Looking at IPvanish on git hub, I dont believe you need to download config files and place them anywhere, Just set 'OPENVPN_CONFIG'='XXXX' to which tunnel you want. You may have to set 'VPN_PROVIDER_HOME' location though.......looks like its an error that should be in the docker logs- [Support] Clowrym's Docker Repository
Looks like your log in details are incorrect?- [Support] Clowrym's Docker Repository
can you both post your run commands- [Support] Clowrym's Docker Repository
https://github.com/hexparrot/mineos-node- [Support] Clowrym's Docker Repository
you could try and map your backup folder to another location on your array.... or there may be a config file in the server files to set the backup folder, i have only created the template, not the program. its been a long time since i ran a minecraft server, so I cant say i remember where it stores the files. in the origional post there should be a link to github where you could also ask the question.- [Support] Clowrym's Docker Repository
not sure what your question is here, but it sounds like you have the same port, or a range of ports that includes this port already specified on your router.........- [Support] Clowrym's Docker Repository
can you post your run command? its hard to say whats going on without knowing what is set to run. Typically if you have set all the variables / paths the same as the origional docker, you should still have all the old settings / torrents running- [Support] Clowrym's Docker Repository
There seems to be a few issues with the port updating script lately. if you are having issues with your Transmission_VPN losing connection resulting in a fatal error, I have a script that I have been using to look for fatal errors in the docker log, and restart if one is found. #!/bin/bash #Check for error in Transmission log and restarts docker if found #change /Search_String/ to suit the required error docker logs --tail 50 Transmission_VPN 2>&1 | awk '/fatal_error/ {print | "docker restart Transmission_VPN"}' I run this every 15 minutes with the User Scripts plugin. could be adopted for any docker / search string- [Support] Clowrym's Docker Repository
For those that would like to keep the home folder in the appdata folder, the following will need to be added:- [Support] Clowrym's Docker Repository
Someone's posted a ticket for it... Paper 1.17 Java Update- [Support] Clowrym's Docker Repository
Somethings else, doesn't look like this folder mapping is doing anything? this container has always used /data/transmission-home as its base directory, I have tried to separate the config files from this folder on my array, to my cache drive where all my other docker files are stored, but I have been unsuccessful so far! check and see if anything is in that folder before removing it just incase.....Git posting on the issue - you may have to set another variable for this to me used you can also remove the 1198 port. The new PIA configs don't use it anymore. - [Support] Clowrym's Docker Repository