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.

MJFox

Members
  • Joined

  1. thank you for this great plugin! currently the process is: -) stop all the containers -) backup all the containers -) start all the containers I let the plugin create individual zip-files for each container wouldn't it be better to change the process like this in such a case: -) stop the first container -) backup the first container -) start the first container -) stop the second container -) backup the second container -) start the second container etc. this would greatly reduce the downtime for each container
  2. did you ever find something? I'm getting tired of Fing and looking for a replacement as well
  3. so what is the best alternative to mount a (share-)folder from the host into the VM if you want to avoid 9p? I tried to mount the share over SMB and over NFS and set an apache web root to the mounted folder and I got very weird problems like the files disappearing and re-appearing randomly, apache offering the files for download instead of serving them, apache didn't see the latest version of a file until I opened the file on the VM-console etc.
  4. thank you very much for this great script, it works very well! 👍
  5. thanks for your suggestion I just tried and tested my script and it works well in the background, I just changed "tail -F " to "tail -n 1 -F " so my script only checks the last line of the log-file give it a try Cheers MJFox
  6. Hi! Great little plugin, thanks a lot. I have a question though: I want to start a script that runs in background after the disk array starts. This is the content of the script: #!/bin/bash tail -F "/mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Logs/Plex Media Server.log" | \ while read line ; do echo "$line" | grep "authenticated user" if [ $? = 0 ] then mdcmd spinup 0 mdcmd spinup 1 mdcmd spinup 2 sleep 30 fi done what it does is it spins up the disks whenever somebody opens plex obviously I want to keep the script running in the background when unraid boots up... is it ok to just start the script with the "At Startup of Array"- option? will it keep running in the background then? thanks MJFox

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.