Everything posted by lazydaze
-
[Support] binhex - Sonarr
GAME TIME!
-
[Support] binhex - DelugeVPN
Has anyone been able to set up port forwarding in Deluge with ProtonVPN using wireguard? Deluge is running downloading fine and I've added a wireguard config with port forwarding. But it comes up unconnectable when I check on a few sites. edit: upnp is active on the netowrk. How can I check what port deluge is trying to use? edit 2: drrr +pmp
-
[Support] binhex - Sonarr
Dark Theme?
-
Wireguard Per Docker Setup
Dang, it was my config file the whole time. Sorry
-
Wireguard Per Docker Setup
Just had a usb failure. I have got everything back up minus my wireguard setup. Previously I had my VPN provider setup though wireguard. I was able to set individual dockers to run through wiregualrd via wg1 in the docker network type. I have tried deleting the tunnel and re-importing, but no luck. I know im missing something simple here. I swear there was a tutorial on how to set this up, but i cant track it down. Any help would be great, thanks!
-
Memory CMD
Oh, that will work too thanks!
-
Memory CMD
I'm trying to find the command where it shows memory information. I need to check if its dual or single rank, I saw it a few months back, but can't seem to track it down...
-
NVME asking for preclear?
k
-
NVME asking for preclear?
Well, setting it up as a second pool seemed to work just fine. nm, i guess
-
NVME asking for preclear?
Installed a new nmve 250g today. Unraid allows me to format it, but not mount with out a preclear? How do I get around this? Edit: This is just as a Unassigned Device. not for cache pool. blackbox-diagnostics-20220729-1702.zip
-
Physically Labeling HDD, but...
lol, no way. awesome, and thanks!
-
Physically Labeling HDD, but...
I am currently moving my setup to a larger case. I am also trying to put the HDDs in order with labels for future expansion or crash. Is there a way, via unraid or seperate computer, to figure out which drive is which? The drives are encrypted, so mounting a HDD on my laptop has proved challenging. I currently have a laptop with linux mint, is there a way to mount these 1 by 1 to figure out what is on it? Or can this be done in unraid?
-
VM with myNode
-
VM with myNode
I have been trying to get myNode img to run correctly. I've allocated 4 cores and 4g of ram. It shows started, but when I go to view it all I get is Shell command line. Is there something I'm missing in setting up an IMG in VM?
-
[Support] binhex - DelugeVPN
com' on man
-
[Support] binhex - DelugeVPN
Same issue, no Canadian server works. Any other PIA port forwarded server is fine.
-
[Support] binhex - Plex Pass
Just tried this, any way to check if its working correctly?
-
[Support] binhex - DelugeVPN
Same issue with Privado. I keep having to change the DNS, but that will only last a few hours before it stops working and gives "Having issues resolving name 'www.google.com', sleeping before retry..." error.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I am having an issues when I set the container paths/hosts paths in letsencrypt. When I go to view these paths in the letsencrypt folder the are empty. Yet, when I am setting them I can see that I am in the correct directories.
-
[Support] Linuxserver.io - Nextcloud
Hi, Do to very slow loading of pictures I've added Redis to Nextcloud by putting this into the config.php 'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array( 'host' => 'MY SERVER IP', 'port' => 6379, ), I've then added the Prieveiw Generator app. Ran this command inside the Nextcloud docker console: sudo -u abc php7 /config/www/nextcloud/occ preview:pre-generate Then added this to a cron job to run weekly: docker exec -i nextcloud sudo -u abc php7 /config/www/nextcloud/occ preview:pre-generate So, basically I would like to know if this all correct and no other steps are needed? Thanks!