paleghost

Members
  • Posts

    8
  • Joined

  • Last visited

paleghost's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I undersatnd now!! Thank you! Teach a man to fish
  2. okay so how do I go about changing the /data mapping to where I have plex server files mapped to?
  3. is changing the root as simple as changing it under host path 2 in the container settings?
  4. Okay so now the problem I am having is with different save locations. How can I add multiple download paths using categories? Like having the movie category automatically move into mnt/user/plex server/movies and mnt/user/plex server/ tv shows? Is this something in the edit portion of the docker container like adding a new path? Also how do I get automatic .torrent adding from a monitored folder to work? Thank you!
  5. This was the clue that I needed! Thank you!
  6. Thanks Walter The run command is: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='vpn username' -e 'VPN_PASS'='vpn password' -e 'VPN_PROV'='airvpn' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' -e 'ADDITIONAL_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/appdata/binhex-qbittorrentvpn/qBittorrent/downloads/':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' cad4cc8399089b529944d361cfd04747e9916c3dba788a7a3cf7381616fc9a6b
  7. How do I find the docker run command? The download path is: /mnt/user/appdata/binhex-qbittorrentvpn/qBittorrent/downloads/ thank you
  8. Hello all, I am new to Unraid so this may be user error but after searching the forums I did not find a clear answer. I have the airvpn config file working with qbittorent and the container starts and I can get into the web GUI, however when I add a torrent the peers populate, and it starts to download at a good rate but falls sharply to zero within a few seconds. Once every few minutes it tries and some data comes through but then it's back to zero. Any thoughts? Attached is the debug mode supervisor log binhex-qbittorrent-debug.txt