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.

archedraft

Community Developer
  • Joined

  • Last visited

Everything posted by archedraft

  1. You are welcome! Glad it is working for you.
  2. You may want to try searching for motherboard's manufactures website for drivers for Win 7. Or give Windows 8 a try.
  3. Addr=00.0 is the first device you pass through then if you want to pass through a second device it is addr=00.1 On my VM my graphics card is 00.0 and my USB controller is 00.1
  4. Would you mind posting in your entire VM XML?
  5. Glad you got it working and found this useful! I updated my guide (steps 8 & 9) with your suggestions. LT actually made it a lot easier to find out if your IOMMU groups have multiple devices.
  6. The 'unWife' support group? With the amount of time I spend at the computer, she's threatened that she'll be an unWife soon lol I saw someone mention somewhere (may have been Reddit) that he pointed out to his wife that when he was sitting at his computer and messing around with his setup he wasn't out drinking, doing drugs or off with other women. She then never gave him any more hassle as it helped put it all in perspective... lol
  7. My wife's been gone for the weekend also. So it was either do some programming, or yardwork. I elected programming (and will probably get yelled at for not doing the yardwork later on today) lol, well I'm sure everyone here understands your choice of programming. That sounds so much better than 100 degree yardwork... I seem to recall Squid being a Canuck, so maybe his yard isn't as hot as mine. For some reason my wife thinks I spend entirely too much time here. I'm surprised there isn't a sub-forum or maybe better yet a support group for "wives with unRAID servers in their home" (it's a working title, I'm sure they would come up with something more creative...)
  8. My wife's been gone for the weekend also. So it was either do some programming, or yardwork. I elected programming (and will probably get yelled at for not doing the yardwork later on today) lol, well I'm sure everyone here understands your choice of programming. That sounds so much better than 100 degree yardwork...
  9. Thank goodness! I was contemplating asking LT for a new "feature" to limit update frequency notifications on certain applications! Completely understood. I'm of the belief however that when a bug is fixed, there shouldn't be a delay. And, unfortunately with the release of 6.1rc1 and the appfeed there have been a few to squash. Actually, I posted a feature request a long time ago about the ability to be able to dismiss updates on plugins (so that you're not inundated with notifications for an update that you may not want) Honestly it is really awesome that the bugs are getting squashed so quickly. I wouldn't have it any other way. I've just come to accept that if my push notification shows a 1 on my phone that it will be a new community applications update.
  10. Thank goodness! I was contemplating asking LT for a new "feature" to limit update frequency notifications on certain applications!
  11. Alright I changed the code to this and it removed both the .DS_Store & ._.DS_Store Just a thought, it may be a good idea to change this script to just find those files and display them first and then give an option to review the files before they get deleted. Or you could just run two scripts: Find_DS_Stores.sh #!/bin/bash # Version .1 - find .DS_Store files and ._* files # ========================================================================== # # Program Body # # ========================================================================== # echo "Finding .DS_Store and ._.DS_Store files" find /mnt/ -name .DS_Store -print find /mnt/ -name "._*" -print Then once you agree with those findings you could run this. Remove_DS_Stores.sh #!/bin/bash # Version .1 - remove .DS_Store files and ._* files # ========================================================================== # # Program Body # # ========================================================================== # echo "Removing .DS_Store and ._.DS_Store files" find /mnt/ -name .DS_Store -print -delete find /mnt/ -name "._*" -print -delete
  12. Just tried this and it deleted all of the "._.DS_Store" but left all of the ".DS_Store" files
  13. or you could put a green circle sticker over top of the triangle on your monitor! (just don't scroll )
  14. I very much agree! Maybe tie it into the "help" button?
  15. Sure, My signature below shows which VM's are on each drive. I only use my VM's for daily boring stuff but the performance is just fine on the SSD. I still get around 100 MB/s transfer speed to my unRAID server and my normal use on the Win 8 VM is very fast with both pfsense and ubuntu running at the same time. My other 2 VM's are on a HDD and I usually only have 1 on at the same time, when both are on at the same time it is noticeably slower but then again the HDD is an old slow one...
  16. wow.... fancy
  17. FWIW, I am liking these. They make sense to me...
  18. Wow that looks great! unRAID 6 is really going to be amazing with all of these new features.
  19. I'll make sure we put it in the announcement post in the release that includes Docker 1.6. Eventually we want to offer options to control this from the webGui outside the "extra parameters" field, so when changes like this happen with Docker, we catch them and apply them for you automatically, but we're just not there yet. Thanks, my brain appreciates that!
  20. Hmm tricky, I'd like to say I'll remember to change this but my brain just doesn't work that way.
  21. So once you release the next beta (or RC ) I am guessing the docker will fail to start on the reboot and then I just change the parameter in the docker?
  22. If I remember correctly win8 was a little tricky to get RDP enabled. I would Google "enabling Remote Desktop on windows 8" and see if that helps. Also I never specify a port when trying to Remote Desktop, just IP address is sufficient (unless you changed the default port).
  23. Just turned Docker back on my server to install this app. I haven't had Docker on since the very early betas and WOW!! Docker has come a long way on unRAID. It looks amazing! Oh and also this app is really freaking cool! Thanks for creating it.

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.