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.

JoeUnraidUser

Members
  • Joined

Solutions

  1. JoeUnraidUser's post in Update from 6.9 to 6.11.5 and got permission denied was marked as the answer   
    To fix the file ownership and permissions for my Dockers I do the following:
    chown -cR nobody:users /mnt/user/appdata chmod -cR ug+rwX,o-rwx /mnt/user/appdata  
    I set the following settings in each of my dockers to fix ownership and permission problems:
    PUID = 99 PGID = 100 UMASK = 000 PUID of 99 equates to "nobody", PGID of 100 equates to "users", and UMASK of 000 allows for full access.
     
    To fix the ownership and permissions of my array I do the following:
    chown -cR nobody:users /mnt/disk[0-9]* chmod -cR ug+rwX,o-rwx /mnt/disk[0-9]*  
    To fix the file ownership and permissions on my entire server I do the following:
    chown -cR nobody:users /mnt/user/appdata /mnt/disk[0-9]* chmod -cR ug+rwX,o-rwx /mnt/user/appdata /mnt/disk[0-9]*  
    You do not have stop your Dockers during the process of fixing the ownership and permissions of the array or the entire server.
     
  2. JoeUnraidUser's post in how to find duplicate files was marked as the answer   
    See this post:
     

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.