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.

stevenxl

Members
  • Joined

  • Last visited

Solutions

  1. stevenxl's post in Hardlinks, Cross-Seed, Data Share was marked as the answer   
    Turns out that docker cannot hardlink across mount points. Solution was to remove the second mount point and then make hardlinks to same mount point as the original:
     
    ```
       - /mnt/user/data/personal:/data/personal
    ```
     
    And   `/mnt/user/data/personal/cross-seed/links:/links` just gets converted to a "hardlink into "/data/personal/cross-seed/links". 
     
    Thanks to @ash2ruin on the UnraidOfficial discord. 
  2. stevenxl's post in Connected Over USB was marked as the answer   
    Thanks. At this point I think this is just the performance of these drives. I cheaped out on the whole setup thinking it would be enough. I think they are frankly, but the drives are crap.
     
    Not to high-jack my own thread, but can you recommend one or two product lines for HDDs in the 8TB range that will give me better speeds than what I am seeing.  
  3. stevenxl's post in HTTPS In Local was marked as the answer   
    It turns out that the `.pem` file needed by unraid has to be a "bundle" - i.e., it includes both the cert and the key. This is easy to do by concatenating both files with `cat`. Now, you do have to manage updating the cert whenever `swag` updates it, but this is easy enough to do by having a script run on a regular basis. 

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.