Everything posted by MowMdown
-
[Support] binhex - DelugeVPN
delete "credentials.conf" from /mnt/user/appdata/binhex-delugevpn/openvpn/ and then edit the container again with your new passwd
-
[Support] binhex - DelugeVPN
I once used NordVPN but they do not port forward so expect very very slow downloads (in the few hundred KiB range) I suggest PIA (privateinternetaccess) $40 a year
-
[Support] binhex - DelugeVPN
I had a long chat with gridrunner on reddit about using "/mnt/user/..." for everything instead of "/mnt/cache/..." There was a bug a while ago which has been fixed. I personally use Cache: YES because I want the leftover junk to be moved to the array and not take up space on the cache so I can download more later.
-
[Support] activ - TransmissionVPN
Google "Is my torrent leaking my IP" and find the TorGuard link and they'll have a "Download Here" button, click that and itll either give you a torrent to add or a magnet link you can input. itll show you what IP is downloading it and you can tell if your home ip leaks or the vpn ip, if its your VPN ip, youre good to go.
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
@gridrunner, I wanted to let you know there is another way to create a OSX 13.10 VM since High Sierra has been released as well as VMFusion 10. First, you need to go to the Mac App Store and download the High Sierra Installer and then when its done close the installer (it opens automatically) Then once you install VMFusion 10, you need to open System Preferences on the host Mac, click on "Security & Preferences" and "Allow" VMFusion, if you dont do this, the VM will not install/run on the Mac. Then you just create the installer by pointing VMFusion to the High Sierra Installer you downloaded and it'll create a VM and the rest can be done as per the video.
-
[Support] binhex - DelugeVPN
Who are you using as a VPN provider?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Not sure if this is specific to the actual docker container or if its related to how nginx does it thing. My issue is with PlexRequest. I have it working fine when accessing it through my domain "www.mydomain.url/request" Howerver once I click on "TV Shows" under the search bar, it redirects me to www.mydomain.url/ No idea why its redirecting me (only happens when off my home network) This is stopping anyone from requesting TV Shows or me from accessing the Admin options (does the same thing)
-
[Support] Linuxserver.io - Plex Media Server
That’s because you have to add them here. create a new path: Container: /Movies Host: /mnt/user/Media/Movies Contaier is what Plex will see, host is the location on your unRAID server. when you load up plex and go to select your Movies library you’ll see /Movies which is mapped to /mnt/user/Media/Movies I used /Media/Movies as an example, your share is probably called something different.
-
[SUPPORT] pihole for unRaid - Spants repo
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.
-
[SUPPORT] pihole for unRaid - Spants repo
You need to change the container template to your server ip (the one in the template is just an example.)
-
[SUPPORT] pihole for unRaid - Spants repo
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)
-
[Support] binhex - DelugeVPN
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.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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)
-
[Plugin] IPMI for unRAID 6.1+
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)
-
[Plugin] IPMI for unRAID 6.1+
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)
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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)?
-
[Support] Linuxserver.io - Plex Media Server
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"
-
[Support] binhex - DelugeVPN
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.
-
[Support] Linuxserver.io - Plex Media Server
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.
-
[Support] Linuxserver.io - Plex Media Server
use trakt (Plex plugin) to manage watched/unwatched
-
[Support] binhex - DelugeVPN
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)
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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)?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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; }
-
[Support] binhex - DelugeVPN
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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!!!!