Everything posted by Gragorg
-
Easy, noob proof guide for wireguard ?
Check out this video. Also check out this post
-
Docker image filling up
Take a look at this Spaceinvader one video found here.
-
Pro -> Lifetime?
Pro was the old license model and is already unlimited devices with lifetime updates.
-
New Unraider Here -- Questions that I can't find a clear answer to
1. You will be limited to speed of the single array drive. Of course ZFS pools will be faster than a standard array but you lose the flexibility to easily expand as needed. 2. If you install Unraid Connect it will back up USB for you periodically. 3. In my experience it take 2-3 seconds to spin up a drvie. If a video is started it will only spin up the drive with the video. 4. You would just leave the drive unassigned. You would select the drive manually that you want to replace. You don't really want this automated as it could fail due to power or connection problem.
-
Array wont stop??
What version of unraid are you running? You might want to post diagnostics
-
help setting up wireguard for remote unraid
This video is easy to follow along.
-
subdomains, godaddy, and hostgator
I use cloudflare free account for all dns and would recommend it. It has a ton of videos on youtube. I was using SWAG but switched to Nginx Proxy Manager for simplicity. I also bought domain at Godaddy and changed the nameservers to cloudflare. If i add a docker I can add a CNAME on cloudflare and cert on NPM in 5 minutes.
-
NGINX Issue I can’t resolve
It should not matter where the internal port points to. If you want to use ports 8080 and 4443 on your NPM docker than you need to change them to that in the docker template. Just check to make sure you are not using them elsewhere.
-
NGINX Issue I can’t resolve
So if that is your Nginx template then 80 external port needs to be forwarded to port 1880 and 443 external port to 18443.
-
Why am I only running at gigabit speeds
Is it doing test to internet? Most ISP modems and routers are 1G ports. Some have a 2.5G port thou but one mine I had to set it up in the firmware.
-
Extremely Slow Drive Rebuild
Looks like you have a cabling issue on ATA6
-
Red X on 1 drive show 1 error need help
If your disk is good and you are rebuilding on the exsisting disk 1. Stop the Array 2. unassign the disk with the x 3. Start the Array 4. Stop the Array 5. Re assign the same disk 6. Start the Array The rebuild will start and rebuild on the disk
-
Data/Share Appears Missing after reboot
You will need to post your diagnostics for the experts to look over.
-
[Support] A75G Repo
Thanks. This fixed me up.
-
Plex - drive full crashed container - help restore backup please
I corrupted my DB in the past. This post is basically what I did. I moved the original db files to another location just incase.
-
Your server has detected hardware errors.
Server RASPBERRYPI at IP 192.168.0.245
-
Your server has detected hardware errors.
Try unplugging your raspberry pi and see if the errors go away. It looks like the two are fighting for Local Master. I'm not sure where you need to make the change thou.
-
Cache: Prefer Clarification
The cache pool was meant to increase write speeds and move to the array a later time using mover. Alot of people also store their dockers on cache pool and use appdata backup plugin. You can make additional pools that would do what you want and set it up to backup to the array. However you must be using a fairly outdated version of unraid as the cache prefer option has been changed for quite awhile.
-
Log errors ata4.00
Looks like a cabling issue for your drive ata4. I'm not familar where to find it in the diagnostics but if you look under "Tools" "System Devices" and scroll down to "SCSI devices" you can see which drive need to have the cabling checked / changed for sata and power. I had a simillar issue and changing the sata cable fixed it.
-
Errors found on array, but then after reboot, "array turned good" - advice
Post your diagnostics. It could likely be a cabling issue.
-
Cache: Prefer Clarification
Only one copy of the files exist at on time. They are either on the array or on the cache.
-
Disks never spin down
You didn't specify which version of Unraid you are using. If you are running 6.12.12 it is a know bug that was fixed with 6.12.13. Otherwise I would post diagnostics for the experts to look over.
-
Nginx Proxy Manager not letting traffic through when HTTPS is enabled
Overseer uses an unsecure gui so you have to select HTTP on NPM. Again only the internal traffic between NPM and Overseer is unsecure. The google services cert is the cert that NPM made for you so you should be golden. Just to compare if you went "your server iP":5055 you will see your browser shows not secure but it can only be reached while on your network. If you go to the URL and it shows your cert and and shows secure you are good. On NPM its good practice to turn on"block common exploits" and on the SSL tab turn on "Force SSL"
-
Nginx Proxy Manager not letting traffic through when HTTPS is enabled
Likely nothing. Most dockers only have and unsecure HTTP gui and dont support HTTPS. When you load your URL does the site show in your browser as secure? Setting HTTP in NPM just means that you are encrypted from cloudflare to NPM but Unencrypted from NPM to the docker you setup. This portion of the traffic is all behind your firewall. Just make sure you browser says its secure with an SSL cert.
-
"Your flash drive is corrupt or off-line"
Try and plug the USB into a windows PC if it finds errors let it repair them. Also try another USB port preferably a USB 2.0 port if you have one.