Everything posted by mr-hexen
-
[Support] binhex - DelugeVPN
you need to add another "user" to the auth file. mine is like yours but immediately at the end is the new user localclient:94b10bc17a1ce7c276cfca9e6604a24b28103f58:10admin:pass:10
-
[Deprecated] Linuxserver.io - CouchPotato
Settings>Show Advanced>Debugging [OFF].
-
[Support] Linuxserver.io - Plex Media Server
@Jim, i think it checks every 15 minutes or something like that... The latest public release is Version 0.9.15.6.1714-7be11e1 The latest plexpass release is Version 0.9.16.0.1754-23623fb Do you have VERSION set to PLEXPASS in the docker config for plex?
-
[Support] binhex - Couchpotato
...I do. Unless you're trying to lock family members out of certain shares, there's no real point that I can see. If you want something to be "hidden" you can set it as public, but not visible.
-
[Support] binhex - Couchpotato
Really if you don't have a good reason to setup a "user" then I wouldnt bother, it adds a while lot of complexity to the process.
-
[Support] binhex - Couchpotato
Set deluge to download to a different dir and move completed elsewhere. Set couch to watch the completed dir
-
[Support] binhex - DelugeVPN
It's probably something with Deluge settings and/or folder permissions. Check download queue settings, port settings, download folder settings, etc.
-
[Support] binhex - DelugeVPN
attack what? Your docker? Nothing to worry about
-
[Support] binhex - DelugeVPN
PIA doesnt use the opvn file as support is built into the docker config. You have to open the "Advanced View" and set the LAN_NETWORK to 192.168.x.0/24 where "x" matches your network setup. Did you read the first few posts in this thread? Lot's of setup information is found there.
-
how to rename files?
You want a recursive operation to happen on the 'shows' folder. Usually it is "R". Try typing: rename -? For a list of commands. My guess you will be modifying the command to: rename -vR .srt .en.srt **/*.srt
-
[Support] binhex - DelugeVPN
This must have started with 6.1.8 because I am still on 6.1.7 and do not run VM's and this is my LSMOD output (VM manager is disabled currently): root@Tower:~# lsmod Module Size Used by kvm_intel 129316 0 kvm 251426 1 kvm_intel tun 16465 2 iptable_mangle 1376 2 xt_nat 1665 7 veth 4433 0 ipt_MASQUERADE 981 8 nf_nat_masquerade_ipv4 1649 1 ipt_MASQUERADE iptable_nat 1615 1 nf_conntrack_ipv4 5626 2 nf_nat_ipv4 4111 1 iptable_nat iptable_filter 1280 3 ip_tables 9310 3 iptable_filter,iptable_mangle,iptable_nat nf_nat 9789 3 nf_nat_ipv4,xt_nat,nf_nat_masquerade_ipv4 md_mod 30680 3 coretemp 5044 0 i2c_i801 8917 0 e1000e 140774 0 ptp 8780 1 e1000e ahci 24107 5 libahci 18687 1 ahci pps_core 5672 1 ptp
-
[Support] Linuxserver.io - Plex Media Server
Wait a bit and try again its probably updating permissions on the config folder.
-
[Support] Linuxserver.io - Sonarr
This is how I do it and my setup works flawlessly for Sonarr and Couchpotato.
-
[Support] binhex - DelugeVPN
Does the file have a .txt extension on your server?? It should be .opvn There should be two files if I'm not mistaken for each VPN server. EDIT: Have you read Post #2? https://lime-technology.com/forum/index.php?topic=45812.msg437678#msg437678
-
[Support] binhex - DelugeVPN
The username and password for non-PIA VPN providers has to be passed through the .opvn file. Did you put the opvn file in the config folder?
-
[Support] binhex - DelugeVPN
Sounds like a directory permission issue since you're coming from Linuxserver.io deluge.
-
[Support] binhex - DelugeVPN
Is there anyway to read the IP of the unRAID server and default it to that and let users modify it if they only know what they're doing, i.e. "advanced view"?
-
[Support] binhex - DelugeVPN
I believe the files are located in the config folder, not the docker.img. Test it. Stop all dockers and the docker service. Rename docker.img to docker.bak. Restart your docker service and try the deluge docker again. Problem i have is i cant get the docker to work at all. It says its running but i cant connect to the webui. I made a few earlier posts. No one seems to have any idea about it. post a screen shot of your docker container config. Thanks for the help. Here's the setup Add /24 to the end of the vip address in lan_network.
-
[Support] binhex - DelugeVPN
I believe the files are located in the config folder, not the docker.img. Test it. Stop all dockers and the docker service. Rename docker.img to docker.bak. Restart your docker service and try the deluge docker again. Problem i have is i cant get the docker to work at all. It says its running but i cant connect to the webui. I made a few earlier posts. No one seems to have any idea about it. post a screen shot of your docker container config.
-
[Support] binhex - DelugeVPN
Attached In the Deluge docker, set the download path to /data
-
[Support] binhex - DelugeVPN
I believe the files are located in the config folder, not the docker.img. Test it. Stop all dockers and the docker service. Rename docker.img to docker.bak. Restart your docker service and try the deluge docker again.
-
Preclear plugin
post your diagnostics file.
-
[Support] binhex - DelugeVPN
you need to configure a settings path and a downloads path. Post a screen shot of your folder mappings for the delugeVPN container.
-
[Deprecated] Linuxserver.io - CouchPotato
Do you have debugging turned on in the CP Settings??
-
[Support] binhex - DelugeVPN
I'm having the same issue.... See post #3 if it's still not working then attach supervisord.log That did it. Somehow I missed this. Thanks binhex! The odd part is that i didn't even have the LAN_RANGE network variable in my config. I had to ADD LAN_NETWORK rather. It would not start properly without this added variable.