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.

dedi

Members
  • Joined

  • Last visited

  1. patient000 started following dedi
  2. So I run into the same issue with the current version of OSMC. I solved it with AI, by adding the following lines to /etc/nfs.conf on my Unraid host (file didn't exist before for me): [nfsd] vers4.0=y vers4.1=y vers4.2=yQuick console command to add it and restart nfs: cat << 'EOF' >> /etc/nfs.conf [nfsd] vers4.0=y vers4.1=y vers4.2=y EOF /etc/rc.d/rc.nfsd restartIt worked after rebooting my OSMC. To make it permanent, place it in the go file (did not test the reboot right now): cat << 'EOF' >> /boot/config/go cat << 'INNER_EOF' >> /etc/nfs.conf [nfsd] vers4.0=y vers4.1=y vers4.2=y INNER_EOF /etc/rc.d/rc.nfsd restart EOFI hope this is something to setup in the GUI in the future.
  3. I am a noob in this topic, but I found out that not every docker container has curl, like some alpine based containers. I replaced the extra parm command to use wget for these containers: --health-cmd="wget --no-verbose --tries=1 --spider http://1.1.1.1 || exit 1" --health-interval=100s --health-retries=3 --health-timeout=30s --health-start-period=60s I also replaced google with 1.1.1.1 so it's not affected by a dns problem
  4. The nzbgetvpn docker from jshridha is now 17 months old. Any chance that it gets updated / switched to a newer docker image?
  5. A bit surprising that did not come up yet, but I had permission issues of files written by ABS (644 owned by root) and access them via SMB. --user=99:100 as extra parameters did the trick and now it writes as nobody:users owner I had to fix apppdata permissions once: chown nobody:users appdata/audiobookshelf -R
  6. Newly created cover and metadata files have read only permissions for root/root. -rw-r--r-- 1 root root cover.jpg -rw-r--r-- 1 root root metadata.json Can that be fixed somehow?
  7. Thanks, that was as issue for me too, and this fixed it. (appdata\plex\Library\Application Support\Plex Media Server\Codecs)
  8. It is really hard to find even after I googled to this thread and it feels misplaced
  9. Hi! A bit late to the topic but here is what I experienced: I have a WDC WD60EFRX-68MYMN1 hard drive that has been causing problems for 5 years (when I started using unraid). Although I've tried troubleshooting it a few times, I haven't found any solutions. Initially, I thought the drive might be failing or there was something wrong with my setup, so I started using it as an additional parity drive. However, it always starts to count errors after running for a while, although all parity checks and extended SMART tests have been successful over the years. I recently upgraded my unraid server and am now using a SAS card, but the drive continues to exhibit the same behavior. Additionally, it sometimes gets disabled after running for 1-3 weeks. Once, it happened exactly when I clicked on the spin-up/spin-down button, so I'm not sure if this is related to the spinning state. I've tried switching cables and controllers, but it hasn't made a difference. WDC WD60EFRX-68MYMN1 log.txt
  10. I had the same thought. Also it's not really true that all files within that location will be deleted. I have existing backups as well as custom folders and files there, they all stay fine. Only thing ever getting overwritten there are the contents of subfolders caBackupUSBStick and caBackupVM/libvirt.img when running a backup.
  11. The NICs for eth0 and eth1 are switching around on boots, making it sometimes unreachable from the network. I'm running Unraid on proxmox, when running correctly eth0 is on proxmox br0, eth1 is my 10G card with PCIe passtrough. I do not have any option in the network config to specifically assign the NICs. I also don't have a network-rules.cfg, if I create one it gets removed on reboot. diagnostics-20221205-1809.zip
  12. Can confirm, backing up subfolders works great now. Thank you!
  13. Thanks for all your effort! Just as a thought: adding single folder names in addition to full paths would be a nice solution too that would give a better overview (and maybe is not a lot more work to implement). A bigger/scaling input field is an other idea.
  14. Yes, that is the case. I use it a lot since there is a lot of diskspace hungry stuff that does not need to get backed up. (The UI isn't great to add these, that's why I edit it in notepad.)
  15. That is not working here, still creates full backups. (All data are on cache only). I tried to switch "Appdata Share (Source):" to /mnt/cache/appdata too but that also didn't help.
  16. Hi! Switched to the new fork, re-entered all config options, enabled "Create separate archives (one per folder)." It's now ignoring my list of excluded subfolders. Whole apps are still getting excluded, but I have a lot of cache/thumbnails/metadata folders that grow the backups way too big. (This was working before.)

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.