housekeeping

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by housekeeping

  1. new unRaid user here and new to using docker as well. I've installed both sickrage and deluge (non-vpn) to my host and have configured them the best I can, but I'm unable to get to SR to access Deluge with either the webui or the daemon interface. I noticed SR is running with bridged network, but deluge is not...could this be causing the issue? edit: I've managed to get SR connected to deluge. I set Deluge to bridged network and retrived it's ip from PUTTY with the following command. docker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq) Now to figure out why deluge isn't downloading.... edit 2: Deluge issue resolved by over-riding default download location from /root/Downloads to /downloads. ref: https://www.reddit.com/r/unRAID/comments/457av1/having_an_usually_difficult_time_getting_deluge/