Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PSYCHOPATHiO

Members
  • Joined

  • Last visited

Everything posted by PSYCHOPATHiO

  1. if you have not bought the parts yet I would advise against buying an MSI board, in my case I had many issues in my over 20+ build years history, yet I got one for my latest unpaid build. One of the PCIe 16x slot guards came off & exposed the pins, my motherboard is MSI PRO B550-VC.
  2. I once had a 4 NIC intel card & played around with LAGG & load balancing, then downgraded to dual NIC intel, then a single onboard and been that ways since, I don't have the extreme need for speed or data transfer for a simple NAS and a homelab.
  3. I was having a debate with another UNRAID user about using the on-board NIC for connecting your UNRAID server, I think the modern on-board NICs came a long way to be as good or might be even better than old expensive muli-NIC cards.
  4. love this docker, so simple it brings me back to the early 2000s, thanks for porting it to unraid.
  5. Reverse proxy is the best, if you have a domain it's very easy to setup reverse proxy using nginx proxy server to access your sonarr or radarr or any other as a subdomain sonarr.example.com. From within the sonarr docker you can setup a user and pass under SETUP - GENERAL - scroll down to Security & choose your method of auth. another method if you only have one docker to access is using Cloudflare tunnel, it also requires a domain if you have one.
  6. Don't forget check PSU cables for GPU if they are Ben so hard, I had some issues also with crashes cause (I over did my cable management on my pc) PSU corsair in use was a Corsair AX1000, I have 2 and both of them crashed was GPU cable was slightly bent, after replacing them with another PSU that has braided non-flat GPU cables my pc never crashed again. so basically if the crash happens under heavier loads, check your PSU
  7. Another thing to note, with my old hardware the Ryzen 1700x if the RAM 4 dim slots are filled it used to crash frequently, it took my a long time to figure that one out or it could be ram incompatibility, so try setting the ram to default stock speeds.
  8. I had a failing USB drive that caused the system to keep crashing and issues booting up, although one of the staff told me from the diagnostics that it's a USB port failure, which is unheard off. I changed the boot USB drive to a new one and all worked nicely since then, you could b e having a similar issue if all diags passed
  9. This is a very old post & thought to update the banner size for reference in case someone needs it as I did, I think the size now defaults to 2000x100 pixels. All depends on screen resolution or if you need to photoshop some text that will change size on browser zoom. My screen resolution is 2560x1440 so when testing I came to the conclusion that my best fit is 2000x100 pixles.
  10. It was a bit confusing at first when the apps loaded with strange face and names, I contacted a friend who has a lot of apps and asked him WTF did u do the do with randomly uploaded apps lol, he then explained. I told him I was in no way fooled 😬
  11. Nothing huge but on both servers if I try to access "System Drivers" under tools it won't open, I reverted to 6.12.8 & it opens without an issue. Now back again to 6.12.9 on both of my servers & it gets stuck on loading. I clicked on it by mistake while trying to open system devices & I do not care if it works or not, just a note to fix for next update if is the same issue exists for other users.
  12. This is my first time seeing this thread and to be honest all my previous SanDisk flash drives from 2017 have failed me & many other complicated issues including one of the support staff thought my USB port is at fault, now I'm using Kingston DataTraveler 3 for over a year on both my servers & not a single issue.
  13. Well I'm not sure if I can help here, I don't have any experience with the tunneling of Cloudflare, can u do port forwarding on your ISP router? If yes then you have to Create dynamic DNS on pfSense and connect it to a subdomain on your Cloudflare, under Services click on Dynamic DNS Portfoward port 25 from ISP router to your pfSense instance IP In pfSense under the tab Firewall go to NAT and add the port 25 and forward it to your email server IP address I guess you can find YouTube videos on any of the things required to complete the setup
  14. Port 25 is for SMTP incoming mail.
  15. I host my email server with 4 domains, need help maybe? its a bit complicated to keep secure. Checkout mailcow as a start EDIT: for testing you mail domain mxtoolbox.com
  16. You could stream to an android or Apple device with Airsonic docker. this is the simplest method to use, i stream my music to my car andoid head unit and to my laptop or android device while im traveling.
  17. Well, I see you went through all the troubleshooting methods. Maybe unplug, remove plugin, delete the sensors config, reboot & test as a last resort. Other than that, I got no clue. Maybe someone else has a similar issue with ha different solution.
  18. For simple file sharing it works nicely, also you can map a drive to Nextcloud docker and within Nextcloud itself you can enable "external storage" and map the drive for access anywhere or sharing files.
  19. Remove this line below from your config, or delete the config file completely and run sensors from the command line again. Hopefully this solves it.
  20. @augot it was the corsair PSU plugin, once removed all back to normal. seems u have the same
  21. I use a windows VM and FreeFileSync to maintain my folder organization, I opted for the easy way. There is a docker for FreeFileSync, but I haunt got to it yet, as I backup once a month or so.
  22. i know this is old, but this is an amazing CPU unfortunatly the motherboard i have is dying and cant find a decent replacement for a decent price.... so had to go for a complete new system..... do not throw away this server... one of the most stable CPUs I have ever came accross.
  23. I got a corsair PSU & the plugin shows on idle when HDDs are spun down, I'm running at 100 WATTS approx, my Ryzen 1700x is also OC to 3.8Ghz. In addition to a pfSense box, 24 port switch and the overhead of the UPS my power meter shows around 200 WATTS My second Unraid server is almost always offline & only used for weekly or monthly backups, but also runs under 100 watts when powered on. Thankfully, power where I live is pretty cheap at 0.05/kWh
  24. Again, I want to thank all the DEVs & community members for all the hard work and support of UNRAID...
  25. I found this https://github.com/matrix-org/synapse/blob/develop/docs/reverse_proxy.md CADDY v2 matrix.example.com { reverse_proxy /_matrix/* localhost:8008 reverse_proxy /_synapse/client/* localhost:8008 } example.com:8448 { reverse_proxy localhost:8008 } Delegation example: example.com { header /.well-known/matrix/* Content-Type application/json header /.well-known/matrix/* Access-Control-Allow-Origin * respond /.well-known/matrix/server `{"m.server": "matrix.example.com:443"}` respond /.well-known/matrix/client `{"m.homeserver":{"base_url":"https://matrix.example.com"},"m.identity_server":{"base_url":"https://identity.example.com"}}` } matrix.example.com { reverse_proxy /_matrix/* localhost:8008 reverse_proxy /_synapse/client/* localhost:8008 }

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.