thesr5

Members
  • Posts

    6
  • Joined

  • Last visited

thesr5's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks for the link, but i cannot for the life of me figure out how to make ANY of these damn bots work correctly out of DockerHub. I get an error everytime i launch i put the settings.py in the appdata/searccharr folder and it now has the error gone that there is no settings file now i cannot get it to do anything.
  2. I know I must be missing something somewhere but none of the torrent providers i select to search work... do i need to do futher configurations somewhere outside of the application for these to work?
  3. I think i was able to get things working properly there were some settings withing the properties that needed adjusting. I was able to correct everything and make connection work again. One last thing i haven't figured out, are you able to have multiple .ovpn files in the folder? and is there a way to reconnect from within deluge if a connection goes stale? or is the only correction for this is to restart via docker?
  4. I am downloading to a downloads media folder wirh RW - SHARED Here is the docker run: docker run -d --name='binhex-delugevpn' --net='bridge' --privileged=true -e TZ="America/Phoenix" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Server" -e HOST_CONTAINERNAME="binhex-delugevpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='***************************' -e 'VPN_PASS'='**********************' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'DELUGE_ENABLE_WEBUI_PASSWORD'='yes' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='true' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8112]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -v '/mnt/user/appdata/data':'/data':'rw' -v '/mnt/user/Media/TV/':'/Media/TV':'rw,shared' -v '/mnt/user/Media/Movies/':'/Media/Movies':'rw,shared' -v '/mnt/user/Media/Downloads/':'/Media/Downloads':'rw,shared' -v '/mnt/user/Media/Apps/':'/Software':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' fff9e513c340de31cd3314f83e6014eb0e7a0918d7f4814264e6ebfd51364e4d The command finished successfully!
  5. Oh, yup well there it is.. Thank you. Edit: so yes this allowed the connection now and the WebUI is started but now when something starts to download it makes connection... starts to download and tapers off to 0 in about 10-15 seconds and never connects to any peers... what am i doing wrong now?
  6. I am a Nord user and have not been able to use this app since the last update. I receive a Auth Failed error in the log file. I have changed my password for nord down to the most basic of passwords 0 special characters letters and numbers only, Ive also checked to make sure the settings and the credentials.conf file are correct and matching... there is zero white space infront, behind, left, right, up, down, in the middle of the username and password. How do i downgrade back to the previous versions?