Jump to content

betaman

Members
  • Posts

    614
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

betaman's Achievements

Enthusiast

Enthusiast (6/14)

3

Reputation

  1. Not sure why it matters (since I set the parameter from ovpn to wireguard) but I deleted the Openvpn folder in my Qbittorrent config folder and it worked.
  2. docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-qbittorrentvpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='XXXXX' -e 'VPN_PASS'='XXXXX' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'WEBUI_PORT'='8080' -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 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/qbittorrent-icon.png' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/appdata/downloads':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' 'binhex/arch-qbittorrentvpn' b62d305dd6ed14ece4b1d60d366b49eee6b377ae9282c083719b902316c5de17 The command finished successfully!
  3. I just took a look at the supervisorord.log. Getting this warning: [warn] Unable to successfully download PIA json to generate token for wireguard from URL 'https://www.privateinternetaccess.com/gtoken/generateToken'
  4. Yeah, sorry, I just saw this toggle as well: Still not getting the webgui.
  5. Thanks for the advanced view tip - knew about it and just forgot. What I see now is this: I'm still unclear where I should add --privileged=true? EDIT: Nevermind. I just saw that "Privileged" was already toggled on. Still can't get the Webgui to come up. Could this be the issue: AllowedIPs = 0.0.0.0/0 If I try to change this to 192.168.1.0/24 it just reverts back on container startup.
  6. Sorry guys, I'm stuck on step 1: I don't see a Docker parameter for this in my Qbittorrent docker setup? Any additional detail on this step would be appreciated. Thanks
  7. Darn it…sorry! 🤦🏼‍♂️
  8. Moved post to correct thread
  9. Curious about this as well? FireTV’s and Kodi. Privoxy is causing issue with server timeouts and login using Emby.
  10. If you’re not anal about your poster art then yes, it can be recreated easily. Alternatively, you could store your art in a remote folder and just back that up. The bigger issue with the Plex data (assume it’s similar to Emby as that’s what I use) than the size is the sheer number of small files. Doesn’t lend it itself well to backups or copies.
  11. Checkout URBackup Docker. I think xml backup with this plugin combined with VM backup using URBackup is the best path right now.
  12. So if the Umask is set to 000 in the docker settings, getting tower/nobody permissions is expected? If I want to be able to manually delete backups thru a Windows client should I set the umask to 775 or something else? EDIT: actually the URBackup files can be deleted within my VM client even with tower/nobody. I'm having an issue with the new CA Backup which sounds like a few are having as well.
  13. See this post and subsequent responses:
  14. yeah, ok. This is why I was mixing terminology. I'll go the compressed route with the bootable ISO from URBackup.
  15. So I did a manual image backup and my disk did spin down so we'll see. Thanks!
×
×
  • Create New...