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.

MyKroFt

Members
  • Joined

  • Last visited

Everything posted by MyKroFt

  1. MyKroFt replied to Epsilon0's topic in Lounge
    Good luck... Been there and switched directions - not a novice with unRaid or pfSense Myk
  2. MyKroFt replied to Epsilon0's topic in Lounge
    I got a dual nic mini-itx/atom used off a ebay (commerical industrial machine pull - $45) and had a 1U case. Added a 120g ssd and 1 1U power supply and made the perfect pfSense router. Its been running perfect for the last 6 months. Ya anytime the array is down - you will not have access to the internet - so I dont recommend going that route either Myk
  3. Hopefully in the future https://btrfs.wiki.kernel.org/index.php/FAQ#Does_btrfs_support_swap_files.3F best way on a btrfs right now they say is to do it via a loop file - like the current docker/vm images are mounted dont know if that method can be easily added to this plugin or not Sounds like not a good idea on btrfs at all according to this: Swap file As an alternative to creating an entire partition, a swap file offers the ability to vary its size on-the-fly, and is more easily removed altogether. This may be especially desirable if disk space is at a premium (e.g. a modestly-sized SSD). Warning: Btrfs does not support swap files. Failure to heed this warning may result in file system corruption. While a swap file may be used on Btrfs when mounted through a loop device, this will result in severely degraded swap performance. Swap file creation As root use fallocate to create a swap file the size of your choosing (M = Megabytes, G = Gigabytes). For example, creating a 512 MB swap file: # fallocate -l 512M /swapfile Note: fallocate may cause problems with some file systems such as F2FS or XFS.[1] As an alternative, using dd is more reliable, but slower: # dd if=/dev/zero of=/swapfile bs=1M count=512 Set the right permissions (a world-readable swap file is a huge local vulnerability) # chmod 600 /swapfile After creating the correctly sized file, format it to swap: # mkswap /swapfile Activate the swap file: # swapon /swapfile Myk
  4. Dunno how useful that's going to be. I would want the ability to check or uncheck specific apps, there are some apps I tried and didn't like. How about the ability to add or remove apps to an installation que? You could go through and pick what you wanted (add to cart) and when you are done choosing, start the bulk installation (checkout). Apps installed this way should be set not to immediately start on install, so you can go through and edit settings, or if a local template exists, preload it. That is what it does now one at a time - a check option to just do it with current template settings would be nice - ex: docker.img got hosed and would just like whatever selected reinstalled with current templates one after the other Myk
  5. Suggestion for Previous Apps button.... Allow to auto install ALL previous apps with current template settings one right after the other? Thanks Myk
  6. on the appdata location - what if your location is outside the array, its not listed what if you use 2 different locations, not in the array and on the cache drive Myk
  7. any update? I cant get it to compile on latest unRAID kernel Thanks Myk
  8. No more difficult than plugins, vms or dockers
  9. Another option would be a single button (like the array shutdown, sleep, reboot addon) where you can add different commands to it and be able to drag them up/down to arrange a the user needs. Prime example is the Muximux container where you can put the link in the side dropdown Myk
  10. I would rather see the UI take up 100% width of my monitor. I have like 2" on each side that is not used.... Myk
  11. will it take it "in quotes" - i have not tried as I dont use spaces Myk
  12. +1 Thanks so much - gonna make this 10000 times easier now to manage CP on my parents unRaid server.... Myk
  13. ok, i moved the plugin folder to save in case - removed and reinstalled pluging - everything seems to be working now including graph Thanks! Myk
  14. still not working for me and now am not getting results from the tests - have date/time in row - but rest is empty when clicking begin test, pop up window only gives me this: Internet bandwidth test started Retrieving speedtest.net configuration... Testing from Charter Communications (69.xxx.84.39)... Retrieving speedtest.net server list... and a done button below this started with yesterdays update Myk
  15. With latest update or when did it stop working? Latest update - either did it today or late last night - dont remember - 2016.02.24 is installed version Thanks Myk
  16. I have same problem with charts as well Myk
  17. No different if telnet and under /mnt
  18. Is there anyway to keep this running when maint needs to be done and array needs to be stopped? Myk
  19. request: Save Data Graph I have mine set to test every night at 2:45am - would it be possible to add along side the last graphic a average speed graph of what data is saved/available? Thanks Myk
  20. What happens if I upgrade but don't have the mount points in the disks folder? Will it try and remap them? No. Only if you make a change to the mount point. But it shows them as being changed..... I use the ZFS plugin and its setup to mount "appdisk" in /mnt (/mnt/appdisk) - but the plugin is displaying the path wrong - /mnt/disks/appdisk Myk
  21. New one looks good Thanks
  22. something has changed in unRAID and the zpool command is not found in the path during startup and fails. Plugin will have to be change to call zpool using a direct path instead. I had to shutdown my array, and do the zpool -a manually to get it to come back up to have access to my dockers/vms. upon restarting the array everything was working again.... Another thing I notice is the upgrade part of the script is not removing all the older packages so they are building up on the flash drive Thanks Myk
  23. Would you mine sharing your setup on how you compile the drivers/utils? Am curious Myk
  24. Install screen from the nerd tools plugin

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.