Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[ARCHIVE] binhex docker repository

Featured Replies

Does it take a long time to install sonarr?

 

Just when I got interested in sonarr, trying to install the docker app keeps on hanging my unraid web ui.  I can only assume it's not being installed?

 

How big is the app, can anyone share?

  • Replies 1.6k
  • Views 305.8k
  • Created
  • Last Reply

...Also I'm getting an error when trying to start a torrent.  The error says "permission denied /mnt/user/Downloads/Incomplete."

What are your volume mappings?

 

Just left the default:

 

/config  host path:  /mnt/cache/Docker/appdata/DelugeVPN

/data    host path:  /mnt/user/Downloads

...Also I'm getting an error when trying to start a torrent.  The error says "permission denied /mnt/user/Downloads/Incomplete."

What are your volume mappings?

 

Just left the default:

 

/config  host path:  /mnt/cache/Docker/appdata/DelugeVPN

/data    host path:  /mnt/user/Downloads

 

Well, if you've mapped /data to /mnt/user/Downloads, then you should have /data/Incomplete inside the docker, since /data = /mnt/user/Downloads inside the docker.

Using binhex's sabnzbd, sickbeard apps. Where does sab get it's time of capture,  completed? I may be in a different timezone, hence the time displayed is wrong. Is there a way to change?

Binhex, I am a AirVPN user, created my ovpn file and added to the folder and started the docket it did not connect.

 

looking at the log is looking for a user

 

attached my log

supervisor.txt

I have recently moved over to unRAID V6 from V5 and am amazed with the new Docker system. Binhex, thanks for providing (and supporting) these awesome containers.

 

I have gotten delugevpn up and running without too much of a hitch, but am interested in adding RSS functionality into it via deluge's plugin system. I have been trying to use the YaRSS2 plugin, however it requires a GTK UI setup for configuration. The deluge user guide to set this up seems pretty straight forward, but I am having trouble connecting to the delugevpn daemon via a thin client (tried from both mac and windows machine). I have tried adding a <user>:<password>:<access level> to the delugevpn auth file and am trying to connect via the daemon port 58846. I saw that you were trying to resolve this multiple pages back and was just wondering if I missed a resolution to this. Or is this still a work in progress?

 

BTW, accessing the delugevpn daemon via the couchpotato container seems to be working fine.

 

Thanks,

-denizen

  • Author

Using binhex's sabnzbd, sickbeard apps. Where does sab get it's time of capture,  completed? I may be in a different timezone, hence the time displayed is wrong. Is there a way to change?

 

it will get its time from the host, as in unraid, so unless that is set incorrectly then it should be ok

  • Author

Hey binhex,

 

Thanks for all the work you do here!

 

Is there any way you could update your Madsonic Docker to pull the latest version:  20150506_madsonic-5.1.5240?

 

Thanks!

 

thats the beta release, im trying to stay away from beta's as much as possible for stability reasons, is there a particular reason you want to run the beta version or is it the lure of the larger revision number? :-)

  • Author

Binhex, I am a AirVPN user, created my ovpn file and added to the folder and started the docket it did not connect.

 

looking at the log is looking for a user

 

attached my log

 

this is the issue:-

 

[crit] VPN provider unknown, please specify airvpn, pia, or custom

 

baqsically you need to set airvpn, pia, or custom for the VPN_PROV setting for the container, please edit and choose the correct one,its currently left with the default value which shows all choices.

  • Author

I have recently moved over to unRAID V6 from V5 and am amazed with the new Docker system. Binhex, thanks for providing (and supporting) these awesome containers.

 

I have gotten delugevpn up and running without too much of a hitch, but am interested in adding RSS functionality into it via deluge's plugin system. I have been trying to use the YaRSS2 plugin, however it requires a GTK UI setup for configuration. The deluge user guide to set this up seems pretty straight forward, but I am having trouble connecting to the delugevpn daemon via a thin client (tried from both mac and windows machine). I have tried adding a <user>:<password>:<access level> to the delugevpn auth file and am trying to connect via the daemon port 58846. I saw that you were trying to resolve this multiple pages back and was just wondering if I missed a resolution to this. Or is this still a work in progress?

 

BTW, accessing the delugevpn daemon via the couchpotato container seems to be working fine.

 

Thanks,

-denizen

 

the originial issue was to do with allowing the deluge daemon to talk to other dockers which is now resolved, i am using iptables to prevent ip leakage so i had to be very careful as to what to allow. currently i am only allowing docker to docker conversion to the deluge daemon and thus your having the issue when trying to use another host. i could revisit this and relax the restriction a little bit more to allow known private lan ranges, e.g. 192.168.*.* and 10.0.*.* so that you could also connect to the daemon from another host on your LAN, leave it with me.

I have recently moved over to unRAID V6 from V5 and am amazed with the new Docker system. Binhex, thanks for providing (and supporting) these awesome containers.

 

I have gotten delugevpn up and running without too much of a hitch, but am interested in adding RSS functionality into it via deluge's plugin system. I have been trying to use the YaRSS2 plugin, however it requires a GTK UI setup for configuration. The deluge user guide to set this up seems pretty straight forward, but I am having trouble connecting to the delugevpn daemon via a thin client (tried from both mac and windows machine). I have tried adding a <user>:<password>:<access level> to the delugevpn auth file and am trying to connect via the daemon port 58846. I saw that you were trying to resolve this multiple pages back and was just wondering if I missed a resolution to this. Or is this still a work in progress?

 

BTW, accessing the delugevpn daemon via the couchpotato container seems to be working fine.

 

Thanks,

-denizen

 

the originial issue was to do with allowing the deluge daemon to talk to other dockers which is now resolved, i am using iptables to prevent ip leakage so i had to be very careful as to what to allow. currently i am only allowing docker to docker conversion to the deluge daemon and thus your having the issue when trying to use another host. i could revisit this and relax the restriction a little bit more to allow known private lan ranges, e.g. 192.168.*.* and 10.0.*.* so that you could also connect to the daemon from another host on your LAN, leave it with me.

 

Binhex, that would be great! Thanks for the quick reply. If you are able to do this, could you add 172.16.*.* into the mix? Or...not sure if this would be able to be a user configurable option?

Thanks again!

Hey binhex,

 

Thanks for all the work you do here!

 

Is there any way you could update your Madsonic Docker to pull the latest version:  20150506_madsonic-5.1.5240?

 

Thanks!

 

thats the beta release, im trying to stay away from beta's as much as possible for stability reasons, is there a particular reason you want to run the beta version or is it the lure of the larger revision number? :-)

Thanks binhex,

 

I thought that was the new stable....just wanted to be up to date[emoji12]

 

Thanks!

Is it possible to edit a config or ini file to unlock the built in maps?  I dont have /media, i have multiple shares for tv shows/movies/etc.  Its the same with afew other fixed maps.

Thanks.  I enabled NTP server.  It didn't work.  I finally had to disable NTP, set the time manually, then apply.  When date is correct already, I re-enabled NTP server, and got the correct time.

 

Using binhex's sabnzbd, sickbeard apps. Where does sab get it's time of capture,  completed? I may be in a different timezone, hence the time displayed is wrong. Is there a way to change?

 

it will get its time from the host, as in unraid, so unless that is set incorrectly then it should be ok

Binhex, I am a AirVPN user, created my ovpn file and added to the folder and started the docket it did not connect.

 

looking at the log is looking for a user

 

attached my log

 

this is the issue:-

 

[crit] VPN provider unknown, please specify airvpn, pia, or custom

 

baqsically you need to set airvpn, pia, or custom for the VPN_PROV setting for the container, please edit and choose the correct one,its currently left with the default value which shows all choices.

Thanks put airvpn

And away it went

Connected

 

Thanks.

Hi binhex,

 

just upgraded to v6 and installed your delugeVPN Docker, which works perfectly except for two issues.  I was hoping I could get some of your input.

 

1) I have configured my PC settings to use Privoxy and to ignore it for local (intranet) addresses.  However, when I try to access other systems on my local network by IP, I get a failed connection.  I have to use the hostname to connect to the systems. 

 

2) In addition, I have DHT enabled but it doesn't actually show any DHT connections as shown.  Is this normal?

 

20upld2.jpg

 

Any advice appreciated.

 

Thanks!

Hi guys!

 

I'm setting up sonarr now since i have configured sabnzbd and couchpotato, and it seem to work fine.

My problem is that i can't connect sabnzbd and sonarr. i get the same error every time i use the local IP for my unraid server and the correct port sab is running on.

Something i need to fix make sure for this to connect?

 

this is my error report;

 

2015-07-05 00:08:28,168 DEBG 'sonarr' stdout output:
[Error] Sabnzbd: Test aborted due to exception 



NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: The request timed out
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in :0 
at System.Net.HttpWebRequest.GetResponse () [0x00000] in :0 
at RestSharp.Http.GetRawResponse (System.Net.HttpWebRequest request) [0x00000] in :0 
--- End of inner exception stack trace ---
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.CheckForError (IRestResponse response) [0x00000] in :0 
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (IRestRequest restRequest, System.String action, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0 
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetConfig (NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) [0x00000] in :0 
at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestAuthentication () [0x00000] in :0 


2015-07-05 00:08:28,183 DEBG 'sonarr' stdout output:
[Warn] NzbDroneErrorPipeline: Invalid request Validation failed: 
-- Unable to connect to SABnzbd
-- Test was aborted due to an error: Unable to connect to SABnzbd, please check your settings 

 

any ideas :)?

Had issues connecting to SabNZBd from sonarr before until guys here helped me. They pointed out that use ip of sabnzbd,  and not localhost.  They also pointed out using the host port,  not container port.  Did you change your host port? Or used default?

hi jang430!

 

use ip of sabnzbd,  and not localhost.  They also pointed out using the host port,  not container port.  Did you change your host port? Or used default?

 

I use the IP of sabnzbd, and im also using the host port 8080 so i guess that is the default one. hmm still not connecting i've also made sure i have copied the API key correctly.

Also i didnt modify the port mappings of sabnzbd it is default.

 

SABnzbd is set to listen on: 0.0.0.0 i tried using that but didnt work either

what, exactly, do you have for host port and container port in the docker config?  What is the IP of your unRAID server?

I'm having problem connecting my couchpotato to deluge via 192.168.1.103:8112.  This IP/Port is accessible through browser.  It says test failed, see logs.  A searched of just cleared logs before test doesn't show any 8112 port.  Any ideas?

I'm having problem connecting my couchpotato to deluge via 192.168.1.103:8112.  This IP/Port is accessible through browser.  It says test failed, see logs.  A searched of just cleared logs before test doesn't show any 8112 port.  Any ideas?

 

what, exactly, do you have for host port and container port in the docker config?  What is the IP of your unRAID server?

I'm having problem connecting my couchpotato to deluge via 192.168.1.103:8112.  This IP/Port is accessible through browser.  It says test failed, see logs.  A searched of just cleared logs before test doesn't show any 8112 port.  Any ideas?

 

CP communicates with the daemon directly. Point CP to port 58846 instead.

what, exactly, do you have for host port and container port in the docker config?  What is the IP of your unRAID server?

 

My ports:

 

Sabnzbd;

Container port 8080   Host port 8080 TCP

Container port 8090   Host port 8090 TCP 

sonarr;

Container port 8989    Host port 8989 TCP

Container port 997     Host port 9897 TCP

the ip adress to my unraid server is 192.168.1.8 static

 

coucpotato connected fine with the server ip and port.

so, entering 192.168.1.8:8080 in the sonarr config should connect to sabnzbd.

 

do you have SSL turned on in sonarr? if so use 192.168.1.8:8090 (must be turned on in sab also)

 

also, port 8080 is used as default for other things (unMenu, for one), so perhaps it's set for something else also, in which case change the host port in the sab to something else, which is not in use by another docker, or plugin.  I go to the docker tab in unRAID to see all the mappings of all my containers to see if one I want to use it already in use.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.