Everything posted by Wob76
-
[Support] binhex - rTorrentVPN
Thanks for the reply binhex, I'll just wait for your fix re diskspace. Happy with how rutorrent is working with my redirect using a header append, so I'll just leave it at that, but thanks for the info, should help me in future. Not sure what changed, but sickrage and rutorrent are working now. I tired the setting exactly like you have (and I now have) before and it didn't work, tried very combination I could find for both scgi and http(s) and nothing worked, resorted to black hole, then tried again when I read your message and it worked. Maybe I needed to save the config before hitting test, not sure, but it is working now thanks. Wob
-
[Support] binhex - rTorrentVPN
Just playing a little more, has anyone been able to get sickrage to talk to rtorrent? I have the same settings in couchpotato and it is working, but sickrage gives me "Error: Unable to connect to rTorrent". I would rather not go back to blackhole if I can avoid it. Thanks, Wob
-
[Support] binhex - rTorrentVPN
Hi binhex, Thanks for more great work. I am just giving this a try, I was using rtorrent\rutorrent on a custom machine before I moved to unRAID, I am currently using delugeVPN but I like the idea of going back to rtorrent if it includes your lovely VPN build. There are a few plugins I am missing since going to deluge. Just a couple of small things. 1. The diskspace plugin - By default this looks at $topDirectory variable as defined in the config.php, this is currently set to "/" so we are seeing the space free in the docker image file. I think it would be better defined as "/data/" or whatever your download folder is. Since the system config.php is located in /etc/webapps/rutorrent/conf/ I thought it best not to change that, and to try and set it in the user settings, I created a config.php in my user file, but it does seem to effect the plugin. Any advice? I first only had the topDirectory variable defined, but I also tried copying the current global config.php and just changing that line, neither worked. I placed the file in /mnt/cache/appdata/rTorrent/rutorrent/share/users/username/ and also the settings folder under that. Still no effect. Update: a little reading in the docs, it states that you can only have differences to the main config.php in user config.php, so that may be my issue. I have attached to the docker, but no vi or nano, how can I edit the global config file inside the docker? 2. Reverse Proxy, I did this in a similar fashion to deluge, with the following lines in my apache reverse proxy. <Location /rutorrent> RequestHeader append X-Deluge-Base "/rutorrent/" ProxyPass https://192.168.0.250:9443 ProxyPassReverse https://192.168.0.250:9443 </Location> This works fine, but just wondering if it would be better to modify the base url of this docker to include /rutorrent/, and is it possible to do that via a user variable, or would I have to modify the nginx.conf file, I did change the location / to location /rutorrent but it reverted back when I restarted the docker. Thanks, Wob
-
[Support] binhex - DelugeVPN
Hi, My upto date docker is running 1.3.12. If you go to the webui and the Connection Manager it will show your version number. Regards, Beau
-
[Support] binhex - DelugeVPN
I think I am having problems with my incoming port. I have been running the docker for awhile now (thanks for all the hard work), but speed of uploads has been fairly average most of the time. So I decided to do a little testing. I am using PIA and the netherlands server for my VPN. The logs show the ports being updated as expected, example; 2016-03-22 10:53:27,353 DEBG 'deluge' stdout output: [info] Deluge incoming port 51193 2016-03-22 10:53:30,067 DEBG 'deluge' stdout output: [info] PIA incoming port 54350 2016-03-22 10:53:30,067 DEBG 'deluge' stdout output: [info] Deluge incoming port 51193 and PIA incoming port 54350 different, configuring Deluge... 2016-03-22 10:53:30,418 DEBG 'deluge' stdout output: Setting random_port to False.. Configuration value successfully updated. 2016-03-22 10:53:30,794 DEBG 'deluge' stdout output: Setting listen_ports to (54350, 54350).. Configuration value successfully updated. But if I connect to deluge using the windows app the incoming port check fails. I have also set my desktop web browser to use the privoxy connection and tired to use either (http://www.canyouseeme.org/) or (http://portchecker.co/check) to check port status. Both picked up the correct IP for my VPN, I enter the port as shown as current in the log and the webui, and both report the port as closed. Any help would be most appreciated. Regards, Wob
-
New Emby Docker
Looks like the new source is showing in CA now, so pulling it down from there. I used to have the variable "AUTO_UPDATES_ON" set to "true" is this variable still valid, and is it still needed? Thanks, Wob
-
New Emby Docker
I just did a reboot, same result, still can only see the default templates. Could it be something to do with the Community Applications Plugin?
-
New Emby Docker
I've hit save numerous time, changed the order of the list, refreshed my browser. stopped and started the dockers. Not sure what else to try apart from a reboot, which I don't really want to do.
-
New Emby Docker
Hmmm, I am having problems adding the template repositories. I added https://github.com/MediaBrowser/Emby.Build/tree/master/unraid-templates/emby under Docker Repositories, I only had the limetech one in there as I use community Apps plugin to add my other ones. But when I go to add container I can only see templates-user with the list of ones I have installed and [limetech] under default templates. Any suggestions? I did disable and enable dockers to see if it would update, but with no success. Thanks, Wob
-
Docker requests
Hi, Any chance someone with some skills can make an unraid docker for rclone (http://rclone.org/). I did find a couple of dockers, but not sure how to make them work under unraid. Thanks, Wob
-
How to sync with Google Drive
There are a few linux tools for Google Drive now, the most promising being Rclone. There are a couple of dockers, but I am hoping someone here will make a unraid friendly one soon.
-
Dynamix - V6 Plugins
What is the content of the folder: /var/log/sa? ls -l /var/log/sa I updated from 6.0.1 to 6.1 last night, after a reboot the stats plugin is working again. Thanks, Wob
-
Dynamix - V6 Plugins
I'm having an issue with the Stats plugin, ever since updating it isn't maintaining any historical data. I can see real time data, and I can see all the data prior to the update but everything in between shows nothing. I have removed and reinstalled the plugin but it hasn't helped, any ideas?