Everything posted by Gragorg
-
Unraid USB boot drive broke into 3 pieces
If you dont have a backup or copy of your key you will have to contact Unraid to get the key back. You would need a new key anyways with a new USB. Even without Connect you can run a manual USB stick back up. Sounds like you have your order of the drives in your array.
-
USB not bootable after building new server?
Were you using legacy boot before? Did you try uefi boot?
-
Log Filling Up with Errors
This can be caused by a dusty/oxidized PCIe slot. I would reseat the LSI card and blow out slot if necessary. Also verify your cabling.
-
NGINX necessary if using cloudflare tunnels?
Yes in fact some say its more secure at you can close the port forwards to NPM. Just be sure to check on "Always us HTTPS" on cloudflare under SSL/TLS then edge certificates. Make sure you see the padlock locked beside your url name in the brower.
-
Disaster While Swapping Out Parity Drive
Start by posting your diagnositcs for one of the resident experts. You likely have a cabling or disk issue as it shouldn't take 12 hours to write 23% of a 12 TB drive.
-
Re-purpose disks in exsting array - change a data drive to additional parity drive
You can move the data off one of the data drives and shrink the array. Once complete you reassign the empty data drive at parity 2. On the bottom right corner of the GUI click on manual and look up "shrink array"
-
Jellyfin behind Proxy using NPM
Really weird. Maybe try turning off everything in NPM except "block common exploits" and "force ssl" and restart it. So everything runs fine local?
-
Jellyfin behind Proxy using NPM
Have you tried leaving the advanced tab in NPM blank.
-
Jellyfin behind Proxy using NPM
Are you using 80 and 443 for other dockers. Dont change if you already moved Unraid off those ports.
-
Jellyfin behind Proxy using NPM
Do not use 80 or 443 as unraid uses them. Change 80 to 1880 and 443 to 4443. Then in your router forward external port 80 to internal 1880 and external port 443 to 4443 and give that a try. You only need to do TCP protocol
-
Jellyfin behind Proxy using NPM
In the NPM template how are those ports setup? If memory serves docker port 8080 is set as 1880 internal port and docker port 4443 is set as internal port 18443. Is this the case for you?
-
Jellyfin behind Proxy using NPM
I need the Nginx Proxy manager one.
-
Jellyfin behind Proxy using NPM
I assume you setup from unraid app store with default settings?
-
Jellyfin behind Proxy using NPM
Do not forward port 8096. Which NPM docker are you using? Did you change any port settings in the docker template? I assue you setup the cname using cloudflare. I have found that the one from Djoss works best for me.
-
Jellyfin behind Proxy using NPM
What ports did you forward on your router? Your external port:8096 should not go through. How did you set your ports in the NPM docker template? Jellyfin should work fine with the advanced tab empty. All you should need is block common exploits and force ssl.
-
SSL Handshake Failed (Error 525) with NGINX Proxy Manager and Cloudflare
If you can't load the local GUI then it has to be an issue with Vaultwarden setup. I would focus on getting Vaultwarden running standalone without NPM first. Some people have had issue with bonding being enabled Unraid Network settings so you could try and disable that and see.
-
SSL Handshake Failed (Error 525) with NGINX Proxy Manager and Cloudflare
In the admin General Settings did you enter your https cloudflare URL under Domain URL?
-
SSL Handshake Failed (Error 525) with NGINX Proxy Manager and Cloudflare
If you open NPM and you click on your vaultwarden proxy hosts name does it load you to the login? Also did you use http or https in NPM for vaultwarden? Make sure your server time and date are also corrrect.
-
Cant resolve host movies
I would post diagnostics for experts for anything obvious. I assume your new internet is running the same ip range as your old provider and your server is on the same ip it was before.
-
Hardware Database
At one time there was talk about an Unraid hardware database where users could enter their hardware builds and any issues that arose. Is this still in the works so that people building new systems can avoid any pitfalls?
-
Unraid server consistently crashing. No access to webUI - have to hard shutdown.
You should setup syslog server and post diagnostics. Since its crashing so much setup "mirror to flash" is easiest. Memtest would also be worth checking.
-
NVNe with Docker image undetected. Recovered, but need to fix everything.
Post your diagnostics for the experts
-
Confusion on Properly Setting Up Containers and Network Types
You can use its own just make sure the port forwards are correct.
-
Confusion on Properly Setting Up Containers and Network Types
Your port forwards look correct but you only need to forward tcp only. Plex is usually setup as HOST. Most create a custom docker network for arrs and Nginx. Nginx normally shares an ip with the server. If you want to create a custom docker network just type the following in terminal docker network create "name of network (without the quotes)" This network name will then show on "Network Type" on docker templates. Yes
-
Upgrade from 7.0 to 7.0.1 Stuck
Ya my update took way longer than normal also. I was thinking it locked up also. Not sure why it was so slow.