Jump to content

MowMdown

Members
  • Posts

    194
  • Joined

  • Last visited

Everything posted by MowMdown

  1. You'll also need to change the default password. Once you get to the pihole webGUI page. you need to ssh into the server and run: docker exec -it pihole pihole -a -p <YOURSECUREPASSWORD> Replace <YOURSECUREPASSWORD> with whatever password you want.
  2. You need to change the container template to your server ip (the one in the template is just an example.)
  3. Stop the KVM Hyper-Visor (Virtual Machine Manager) in unraids settings, install pi-hole, then restart the KVM. Should work. If you then get an issue with port 80 you need to edit the ~/boot/config/go file from 80 to 81 (look this up because I forget the proper syntax)
  4. AFAIK, You can't remove the prompt, I too use an empty password. I don't know what exactly you're trying to do but if you click the green "+" you can paste a magnet link and it'll grab the torrent.
  5. It is, because what you do on the router is tell it 192.169.1.200:81 -> port 80 & 192.168.1.200:444 -> port 443 (for example)
  6. From what I can tell your board doesn't have ipmi. That would make sense... I swear when I went through the motherboard manual it mentioned IPMI but going back over it a second time, you seem correct that it doesn't... (in my defense, this board is new to me and I've never dealt with a server board before)
  7. I have a Supermicro X10SAE board and after installing the "beta" plugin, everything is just blank and doesn't pickup any sensors. No Fans/Temps, nothing. What could I have possibly missed? Even the config is blank(not sure if thats the default)
  8. Did you change the ports for the docker container to something like 80 -> 81 and 443 -> 444 (then forward ports 81 & 444 instead of 80 & 443)?
  9. Are you talking about plex's DVR and where it records to? It'll record to whatever library you tell that specific program to. Example: If I want to record a "Show X" I tell Plex to save it to the "TV Show" library and then when it records, it'll save a temp file to a ".grab" folder inside the "TV Show" folder under "/mnt/user/PlexMedia/TV \Show/.grab" Since "/TV Shows" are mapped to "/mnt/user/PlexMedia/TV \Shows"
  10. I'm currently seeding a torrent with PIA enabled for VPN on deluge and I think its just the leeches who are not on a good connection because I have 50/50 Mbps speeds (fiber) and it peaked around 750KiB upload.
  11. I just started using it myself, but I know thats what the folk over in r/plex suggest for this type of situation. I would check in with them for a better answer.
  12. I've been having good DL speeds on decently seeded torrents. 6.5MiB/s is about 50Mbps so that would be most of my connection. (using PIA)
  13. I can't remember off the top of my head to give you a solid answer, but what I can tell you is I've also tried it by leaving "/sonar" off the end and I either get a 404 nginx error page or just the blank white page that says "Sonarr Ver." in the upper left corner. Could it be due to the fact that I using Privoxy (Sonarr with proxy enabled)?
  14. So far only Deluge loads correctly. Sonarr however only loads a blank page with "Sonarr Ver" at the top left corner... What confuses me is how am I supposed to know what all I need to include inside the block? Every docker container requires quite a bit of different code to get them to work. location ^~ /sonarr { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; proxy_pass http://192.168.1.200:8989/sonarr; include /config/nginx/proxy.conf; }
  15. Would I be correct to assume your subnet is 255.0.0.0? Folder/Docker perms can be reset in unraid settings by running the docker new file perms
  16. Are there any resources I can read up on to figure out this application? I definitely didn't learn this stuff in my CSC courses and it's a real pain in the rear... Want me to build/compile a custom Linux kernel... done! Build a custom android rom from source... done! Reverse engineer an android bootloader...done Reverse proxy a docker... help!!!!
  17. @zyke Will deluge start if you set VPN to no? Not sure if this is part of the problem or not but I believe your CIDR notation should be 10.0.0.0/8 instead of 10.0.0.0/24?
  18. @cybrnook Tick the "Advanced View" in the upper right corner, and you'll see an "Extra Parameters" section just below the "Description" section once your device is plugged into the machine, find its device id/path. cd into /dev/disk/by-id then run ls -l then figure out which is the USB/Device you need - see below on the far right. root@Tower:/dev/disk/by-id# ls -l total 0 lrwxrwxrwx 1 root root 9 Sep 7 16:46 ata-ASUS_DRW-24B1ST_c_C1D0CL043771 -> ../../sr0 lrwxrwxrwx 1 root root 9 Sep 7 16:46 ata-WDC_WD6400AAVS-00G9B0_WD-WCAUF0537940 -> ../../sdb lrwxrwxrwx 1 root root 10 Sep 7 16:46 ata-WDC_WD6400AAVS-00G9B0_WD-WCAUF0537940-part1 -> ../../sdb1 lrwxrwxrwx 1 root root 9 Sep 7 16:46 usb-PNY_USB_2.0_FD_4530100578919190-0:0 -> ../../sda lrwxrwxrwx 1 root root 10 Sep 7 16:46 usb-PNY_USB_2.0_FD_4530100578919190-0:0-part1 -> ../../sda1 lrwxrwxrwx 1 root root 9 Sep 7 16:46 wwn-0x10770454365260107777x -> ../../sdb lrwxrwxrwx 1 root root 10 Sep 7 16:46 wwn-0x10770454365260107777x-part1 -> ../../sdb1 so lets say I wanted to add a device like my CD-DVD drive (obviously not a storage device) I would add in the extra parameters section --device /dev/sr0 Hit Save
  19. Thoughts? Set "incomplete" to the cache. (Current files get saved to cache) Set "completed" to the array. (Finished downloads are moved to the array then seeded) That way the downloads are downloading to the cache and aren't spinning up the array until the download is complete where it seeds via array disk. Feasible? Sensible? Unrealistic?
  20. Make sure you are putting the files in the UNRAID directory (when you are inside of MakeMKV) otherwise MakeMKV doesn't have permissions to write outside. When you installed the container you gave it a path to write to **EXAMPLE** Host: /mnt/user/Media Container: /UNRAID When you are inside the container "/UNRAID" is mounted/pointed to "/mnt/user/Media" <--- The physical location in the array. if you don't select the directory "/UNRAID" you'll get permission errors.
  21. I was able to get rid of my [warn] message about no VPN_INCOMING_PORT being defined. Going to test my speeds here in a few minutes. Seems to be downloading a lot quicker. Add a Variable in the settings for Deluge You want to add VPN_INCOMING_PORT and set it to 38265 (note this is for the NL server)
  22. I knew they didn't port forward but they have P2P servers so I hoped that those specific servers has some kind of magic so my speeds weren't slow... I guess I'm back to my search for a different VPN... Edit: @krobson17 Just signed up with PIA and I still have the same warning as before.
  23. @krobson17 Same as you. My connection maxes out around 1.2MiB in DelugeVPN and I have a 50Mbps fiber line. normally though, its usually in the 600~700KiB range.
  24. Im using NordVPN on a P2P server and I also have this [warn] message, I too would like to know.
×
×
  • Create New...