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.

Mushin

Members
  • Joined

  • Last visited

Everything posted by Mushin

  1. I've been getting the following message each morning: warning: Potentially dangerous mode on unraid-api: 0666 error: Ignoring unraid-api because it is writable by group or others. error: found error in file unraid-api, skipping warning: Potentially dangerous mode on unraid-api.patch: 0666 error: Ignoring unraid-api.patch because it is writable by group or others. error: found error in file unraid-api.patch, skipping There is a patch on the boot USB drive, I think the permissions might have been changed when I moved the config files to a new stick via windows. Should I change the permissions (and what to?) or is it safe to just delete the patch file? unraid.patch-2025.01.31 a-X86_64-1.txz
  2. Hi, please could you advise on this. When I click on "The following shares will NOT be touched: Additional shares can be excluded HERE" in Docker Safe New Perms, it takes me to Fix Common Problems. However, there is no option to exclude shares. I have tried updating Fix Common Problems and clearing the browser cache. Edit: I went through and manuualy checked ownership for each share using find . ! -user nobody Then fixed as required using newperms /mnt/user/share It would still be cool to do this in a more automate way, though.
  3. I've set up a rootshare for /mnt/user/ in the SMB extra config. I'd like to prevent sharing certain folders though, e.g. appdata. Is there any way to exclude a path from the share, or otherwise is it possible to set up multiple paths under the same share (i.e. 'include')?
  4. Is it possible to also get this working with TV files? Maybe just for the ones displayed in On Deck?
  5. Hi, when will 1.20 be released? Thanks.
  6. I'm trying to run a custom script to back up multiple shares with rclone. Here's a sample of the script: rclone_shares=( "movies" "TV" ) mkdir "/mnt/user/scripts/rclone/logs/`date -I`" for share in "${rclone_shares[@]}" do echo "Working on $share" rclone sync "/mnt/user/$share" "crypt:current/$share" --log-file "/mnt/user/scripts/rclone/logs/`date -I`/$share.txt" --progress --fast-list --max-backlog 1000000 --transfers 3 --tpslimit 3 --checkers 16 --drive-chunk-size 128M --log-level=INFO --backup-dir "crypt:old/`date -I`/$share/" --track-renames --track-renames-strategy "modtime" --modify-window 1s done /usr/local/emhttp/webGui/scripts/notify -s "Rclone" -d "Finished processing all shares" My problem is that the script spawns multiple processes, and they aren't killed when I press "abort script". I then have to go through and manually kill all the processes. Is there a way I can run this and avoid the issue? Thanks.
  7. Thanks. I tried the IPMI plugin - I have an ASRock MB, but couldn't get the plugin to work. I ended up writing my own custom script to do it, using fancontrol and HDDTemp (in a docker container). The advantage of this method is I can look at CPU and HDD temps, as well as applying an offset to the CPU temp (i.e. if I want to allow a 10C higher temp on the CPU than the HDDs for a given fan speed).
  8. Please does anyone have any input on this issue? At the moment I'm having to set my fan speeds too high to accommodate the higher temp of the NVME drive. I see this issue has been reported by many people over several months with no reply - please could you fix this?
  9. My point was that I already did exclude the cache drive, but it doesn't seem to actually be ignored by fan control.
  10. I'm having an issue with the Fan Auto Control plugin. The control is working fine apart from when I excluded my cache drive it doesn't seem to actually be ignored. The max temp of CPU and all HDDs is currently 36, and my high temperature threshold is set to 45. But the fans are still at 100%. Cache is the only one that's close to or over the threshold, at ~47.
  11. Ah, thanks. I couldn't see the dropdown arrow as I'm using a dark mode extension for Chrome and it must have messed up the colours.
  12. Thanks for the info. How can I set it to open a new tab?
  13. I can't a custom tab to work with linuxserver/qbittorrent docker container. I'm pointing the tab towards 192.X.X.X:8080 (the docker address) but I just get a blank page in the custom tab. It works fine if I manually browse to the URL.

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.