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.

TheDude

Members
  • Joined

  • Last visited

  1. TheDude changed their profile photo
  2. It appears docker rmi $(docker images --quiet --filter "dangling=true") for the built in delete_dangling_images script has been depreciated (or at least has changed.) I updated the script to this below and it works well (I also added a few checks and prune the volumes too.) I read that some applications with older "data container patterns" could be inadvertently destroyed using this method but it did not affect any of my many containers. Maybe someone knows more about that. /boot/config/plugins/user.scripts/scripts/delete_dangling_images/script #!/bin/bash #arrayStarted=true #noParity=true echo echo echo Removing unused images... docker image prune -f echo echo echo Removing unused volumes... docker volume prune -f echo echo echo Finished echo echo echo ...If 0B shows above, no dangling images or volumes were found to delete...

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.