mDrewitt

Members
  • Posts

    5
  • Joined

  • Last visited

mDrewitt's Achievements

Noob

Noob (1/14)

2

Reputation

  1. @patrickstigler It seems the latest image broke the install of the NDI plugin. Any chance you know why?
  2. After finding this thread (Thanks everyone!) I ended up having to make some modifications to run it on my server running the latest Unraid (6.9.2) I updated all the xpath to be more modern/proper (eg. //Name -> /descendant::Name etc) as it was not working correctly with env vars anymore. I also changed a couple things I noticed were different like it always binding the TZ, adding HOST_OS and quoting using single not double quotes among a couple other things. I thought I might as well share my work incase someone is looking for this kinda thing and doesn't have the know-how to update this script. Also, a tip of how I managed this script, I used the user scripts plugin to put the script in for easy management, and then just run it from there (dry-run and verbose in this case): sh /boot/config/plugins/user.scripts/scripts/runDockerTemplate/script -yv /boot/config/plugins/dockerMan/templates-user/my-xml-file.xml RunDockerTemplate.zip
  3. I just wanted to say thanks for your amazing work for the community. You keep on top of so many different releases and different types of projects that make running a server on unraid even better.
  4. Ya I made sure that the downloads folder is set and the folder exists. Maybe I'm misunderstanding, but I should be able to add something using a magnet link on the Web UI right? I put in the link, and hit download, the window closes then nothing ever shows up in the list and the qBittorrent.log just says Downloading '{URL}', please wait... But that's where it ends. It never does anything. For reference, I setup the container like so: Added from the CA Set the VPN username/password Set VPN to custom and openvpn Deleted the existing 8080 port for the Web UI (using that for Nginx) and added a new port mapping for 8090 Set the port WEBUI_PORT to 8090 Saved, copied the ovpn file to the correct folder and started the container Setup the download folder, and went into the file system and did a mkdir so it exists Confirmed that it can search and see the VPN connecting and getting a proper external IP Open -> Add Torrent Link Then I get the above message in the log and nothing starts. Tried multiple links all the same result
  5. I'm seeing the same thing on a new install. Can't seem to figure out at all what's going on, no other logs seem to be displaying any errors.